- Fixed ``ValueError`` when using ``ManifestStaticS3Storage`` (etianen).
0.13.6
------
- Adding `AWS_S3_USE_THREADS` to fix `gevent` issues (uxio0). - Add `copy()` and `rename()` methods (emesik).
0.13.5
------
- Saving files now uses multipart streaming upload, supporting arbitrarily large files without buffering contents to memory (bramverhelst). - Fixed some deprecation warnings (kevinmarsh). - Documentation fixes (riggedCoinflip, dduong42). - CI improvements (michael-k, etianen).
0.13.4
------
- Allowing both `AWS_S3_BUCKET_AUTH` and `AWS_S3_PUBLIC_URL` to be set (with a stern warning!) (ipmb).
0.13.3
------
- Fixed error in `exists()` when using DigitalOcean's AMS3 (heckad).
0.13.2
------
- Removed validation of `AWS_SECRET_ACCESS_KEY`, `AWS_ACCESS_KEY_ID`, and `AWS_SESSION_TOKEN`, because these can be detected by boto by using the AWS instance metadata service (MichaelAnckaert).