- Bugfix: Python3 str error in setup
- Minor Feature: New
STORE_S3_ACL
optional setting. S3 Uploads will auto be set toprivate
unlessSTORE_S3_ACL
specifies a different ACL.
- Hotfix: Filename changed when saved is set on the provider instance
- Changed: Minor change to API, Provider now requires file instance or path
- Hotfix: Bug in FlaskStoreType where settings a
None
value would break the Provider, now checks the value is the expected instance type
- Feature: SQLAlchemy Store Type
- Changed: Renamed
stores
toproviders
- Removed: Removed
FileStore
wrapper class - it was a bad idea.
- Feature: FileStore wrapper around provider files
- Bugfix: S3 url generation
- Feature: Local File Storage
- Feature: S3 File Storage
- Feature: S3 Gevented File Storage