Created
November 9, 2015 19:05
-
-
Save epintos/5e833bdfe43d71b4d1bb to your computer and use it in GitHub Desktop.
Angular Gulp S3 Deploy Keys
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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