Skip to content

v2.0.0a2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Oct 21:17
· 42 commits to master since this release
190a7c9

2.0.0a2

Breaking changes:

  • Removed support for Python 3.8.
  • Use of the boto library has been replaced by boto3. S3FileAdmin and S3Storage now accept an s3_client parameter taking a boto3.client('s3') instance rather than aws_access_key_id, aws_secret_access_key, and region parameters.