s3-deploy-website
s3-deploy-website copied to clipboard
AWS credentials settings
I added settings for specifying explicit AWS credentials (key or profile) in configuration file. The profile can be specified also from command line. Both can be easily used by build scripts to deploy using different keys/profiles.
I also fixed CloudFront invalidation. I think it was not really working since boto3 migration.
Thanks for pointing out the invalidation bug. I have fixed this in #7 and will make a release with this fix.