Skip to content

Instantly share code, notes, and snippets.

@dmfenton
Last active April 13, 2016 15:07
Show Gist options
  • Save dmfenton/2bd84e32e931673135e73a7947ac8569 to your computer and use it in GitHub Desktop.
Save dmfenton/2bd84e32e931673135e73a7947ac8569 to your computer and use it in GitHub Desktop.
Koop S3 Config
{
  "filesystem": {
    "s3": {
      "bucket": $S3_BUCKET,
      "endpoint" $S3-ENDPOINT //optional https://forums.aws.amazon.com/ann.jspa?annID=3112
    }
  }
}
AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY
or
Configure AWS CLI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment