This project uses Semantic Versioning.
- Add support for eu-west-1 as a location constraint
-
Decrease the default concurrency level to 3
See laurilehmijoki#8 (comment) for discussion.
- Fix
s3_website cfg apply
for CloudFront setup (#33)
-
Fix diff for Windows users
See laurilehmijoki#8 (comment) for discussion.
- Add setting
cloudfront_invalidate_root
- Move blacklist filtering into a better place
- Print to stdout the initial state of the diff progress indicator
- Show a progress indicator when calculating diff
- Use
print
instead ofputs
when printing to stdout in a concurrent context
- Use the
--config_dir
CLI option to specify the directory from where to read thes3_website.yml
config file
- Mention the MIT license in the gemspec file
- Mention the new
concurrency_level
setting in the sample config file
- Add possibility to define the concurrency level in s3_website.yml
- Reject blacklisted files in a more appropriate place
- Never upload the file s3_website.yml
- Set default concurrency level to 100. Related to issue #6.
- Make 0.4.0 the version 1.0.0
- Include the available configs in the sample s3_website.yml file
- Add Nanoc support
- Remove Gemfile.lock
- Rename gemspec file
- Add command
s3_website cfg apply
- First version