Skip to content

Instantly share code, notes, and snippets.

@jdwolk
Created February 25, 2016 01:00
Show Gist options
  • Save jdwolk/31e8bd39502fdf717a3a to your computer and use it in GitHub Desktop.
Save jdwolk/31e8bd39502fdf717a3a to your computer and use it in GitHub Desktop.
Simple Auth w/ AWS on CodeShip
export AWS_ACCESS_KEY_ID=<IAM user access key id>
export AWS_SECRET_ACCESS_KEY=<IAM user secret access key>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment