Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2019-09-16 | 634 Bytes | |
v0.3.0.tar.gz | 2019-09-16 | 3.1 kB | |
v0.3.0.zip | 2019-09-16 | 3.9 kB | |
Totals: 3 Items | 7.7 kB | 0 |
The following non-breaking changes have been made in this version:
- Cleaner method to set config using input variables using
aws configure
instead of~/.aws/credentials
and~/.aws/config
files. - No longer sets
--delete
and--follow-symlinks
flags by default — this may have been self-centered of me! These can be configured by addingargs: --delete --follow-symlinks
to your personal workflow file. - SOURCE_DIR environment variable is no longer required. Defaults to the root of the repository if not set.