- 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.
- Fix bug in the posixification code which crashed on empty paths
- Fix to allow uploading from a Windows environment correctly. Before this revision, the local filepaths were assumed to be POSIX paths. See #10.
- Automatically invalidate CloudWatch cache if the user provides CloudFront distribution ID.
- Fix to support Lektor when it passes new keyword arguments through the deploy command. This fixes #3 and resolves any future API-breaking changes.
- Fix missing import of PublishError
- Update to newer Lektor API for registering a publisher plugin
Initial release