This repository has been archived by the owner on Apr 20, 2024. It is now read-only.
Releases: ml-archive/storage
Releases · ml-archive/storage
Version 2.0.1
Fixed
- Route
access
flag properly inStorage
Version 2.0.0
Added
- Support for specifying ACL flag for uploaded files.
Version 1.0.1
Added
- Support for deleting files (closes #47). Remember that CDNs will still cache your files even if you delete them on S3.
Version 1.0.0 Beta 7
Fixed
- Fixes a problem with the authorization header (that only appears over the years), due to wrong date format.
Version 1.0.0 Beta 6
Fixed
- Fixed Swift 5 compiler warnings related to redundant access modifiers
Version 1.0.0 Beta 5
Changed
- Upload errors are no longer ignored, instead they're forwarded to provide a better description of the error.
- Content type is now passed along when uploading, using the S3 provider
Added
- ACL settings can now be customised when uploading to S3
Version 1.0.0 Beta 4
Changed
- Add
eu-west-2
andeu-west-3
Region
s and allow the use of customRegion
s by specifying a region code:Region(code: "my-custom-region")
. Thanks @iGranDav !
Version 1.0.0 Beta 3
Fixed
amzDate
now has the correct year format (changedYYYY
toyyyy
). Thanks to @chili-ios
Version 1.0.0 Beta 2
Added
- Small introduction to how to set the
cdnBaseURL
.
Fixed
cdnBaseURL
onStorage
is now opened up to be able to be set.
Version 1.0.0 Beta 1
Changed
- Vapor 3!