Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Releases: ml-archive/storage

Version 2.0.1

08 Oct 09:45
94f816a
Compare
Choose a tag to compare

Fixed

  • Route access flag properly in Storage

Version 2.0.0

08 Oct 09:37
9f3b323
Compare
Choose a tag to compare

Added

  • Support for specifying ACL flag for uploaded files.

Version 1.0.1

23 Mar 07:17
936c671
Compare
Choose a tag to compare

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

30 Dec 13:15
Compare
Choose a tag to compare
Version 1.0.0 Beta 7 Pre-release
Pre-release

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

07 May 11:13
8c728f8
Compare
Choose a tag to compare
Version 1.0.0 Beta 6 Pre-release
Pre-release

Fixed

  • Fixed Swift 5 compiler warnings related to redundant access modifiers

Version 1.0.0 Beta 5

23 Apr 10:09
b186100
Compare
Choose a tag to compare
Version 1.0.0 Beta 5 Pre-release
Pre-release

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

11 Mar 08:33
d61ccb5
Compare
Choose a tag to compare
Version 1.0.0 Beta 4 Pre-release
Pre-release

Changed

  • Add eu-west-2 and eu-west-3 Regions and allow the use of custom Regions by specifying a region code: Region(code: "my-custom-region"). Thanks @iGranDav !

Version 1.0.0 Beta 3

02 Jan 10:26
640d18e
Compare
Choose a tag to compare
Version 1.0.0 Beta 3 Pre-release
Pre-release

Fixed

  • amzDate now has the correct year format (changed YYYY to yyyy). Thanks to @chili-ios

Version 1.0.0 Beta 2

07 Nov 07:12
e1cf3d3
Compare
Choose a tag to compare
Version 1.0.0 Beta 2 Pre-release
Pre-release

Added

  • Small introduction to how to set the cdnBaseURL.

Fixed

  • cdnBaseURL on Storage is now opened up to be able to be set.

Version 1.0.0 Beta 1

06 Nov 14:31
7690f3c
Compare
Choose a tag to compare
Version 1.0.0 Beta 1 Pre-release
Pre-release

Changed

  • Vapor 3!