Skip to content

Instantly share code, notes, and snippets.

@epintos
Created November 9, 2015 19:05
Show Gist options
  • Save epintos/5e833bdfe43d71b4d1bb to your computer and use it in GitHub Desktop.
Save epintos/5e833bdfe43d71b4d1bb to your computer and use it in GitHub Desktop.
Angular Gulp S3 Deploy Keys
module.exports = {
'production': {
'accessKeyId': 'Amazon_s3_production_access_key',
'secretAccessKey': 'Amazon_s3_production_secret_key',
'region': 'Amazon_s3_production_region',
'params': {
'Bucket': 'Amazon_s3_production_bucket_name'
}
},
'productionHeaders': {},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment