Skip to content

Instantly share code, notes, and snippets.

@pascalandy
Created February 17, 2016 22:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pascalandy/8a1dd830094f4ce6927b to your computer and use it in GitHub Desktop.
Save pascalandy/8a1dd830094f4ce6927b to your computer and use it in GitHub Desktop.
storage: {
active: 'ghost-s3',
'ghost-s3': {
accessKeyId: '<ACCESS_KEY_ID>',
secretAccessKey: '<SECRET_KEY_ID>',
bucket: '<AMAZON_BUCKET_NAME>',
region: '<AMAZON_BUCKET_REGION> (e.g. us-west-2)',
assetHost: 'https://s3-us-west-2.amazonaws.com/<AMAZON_BUCKET_NAME>/'
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment