- Preserve original file content type in AmazonS3FileValidator. - Combine ACL update to copy operation in AmazonS3FileValidator.
4.0.0
^^^^^^^^^^^^^^^^^^^^^^^^^^^
- BREAKING CHANGE: Only support Python 3.8. Other Python versions might work, but aren't tested. - Add min_content_length parameter to AmazonS3SignedRequest. The default minimum length is set to 1 so this could break applications that rely on uploading empty attachment files.
3.0.0
^^^^^^^^^^^^^^^^^^^^^^^^
- Update AmazonS3SignedRequest to use AWS Signature Version 4 instead of Version 2. BREAKING CHANGE: Session object must have region_name defined.
2.2.0
^^^^^^^^^^^^^^^^^^^^^^^^
- Add new_file_acl argument to AmazonS3FileValidator.
2.1.0
^^^^^^^^^^^^^^^^^^^^^^^^
- Add new_file_prefix argument to AmazonS3FileValidator. - Add delete_unvalidated_file armgument to AmazonS3FileValidator.
2.0.1
^^^^^^^^^^^^^^^^^^^^^^^^
- Use universal wheel. - Include license in wheel.