- Added a new system for configuration: an INI file can be stored in `config/s3.ini` of the project root. This system can be used to set headers for uploaded files.
0.3.2
- Fix bug in the posixification code which crashed on empty paths
0.3.1
- Fix to allow uploading from a Windows environment correctly. Before this revision, the local filepaths were assumed to be POSIX paths. See https://github.com/spenczar/lektor-s3/issues/10.
0.3.0
- Automatically invalidate CloudWatch cache if the user provides CloudFront distribution ID.
0.2.3
- Fix to support Lektor when it passes new keyword arguments through the deploy command. This fixes 3 and resolves any future API-breaking changes.