- Merge file upload and acl update requests with the Google Cloud backend. (36)
0.2.0
==================
**New features**
- Add support for Google Cloud Storage backend. - Add .xlsx in documents extensions
**Internal changes**
- Update test matrix on CI
0.1.2
==================
**Bug fixes**
- Ignore extra keyword args for the local storage backend (for example S3 headers or ACL)
0.1.1
==================
- Do not require port setting for S3 (fixes 15)
0.1.0
==================
- Bucket name is now read from ``storage.aws.bucket_name`` setting, as stated in documentation. - ACL is now read from ``storage.aws.acl`` setting, as stated in documentation. - Added new connection options for S3 (fixes 8)