saintmac/fetch-upload-s3

[Question] Any way to have multiple configuration depending on environment ?

gogson opened this issue · 2 comments

AWS access credential are stored in a JSON file.
Can I define different credentials depending on the environment (dev / prod) ?

Not now. But if you have a build script you could manage to have a
different aws_config.json file depending of the environment.
Otherwise feel free to submit a pull request :-)
Le lun. 29 déc. 2014 à 12:08, Hugo Lafitte notifications@github.com a
écrit :

AWS access credential are stored in a JSON file.
Can I define different credentials depending on the environment (dev /
prod) ?


Reply to this email directly or view it on GitHub
#4.

I will use a different bucket depending on the environment.
If I have the time to enhance this, I will ;)
Thanks.