Skip to content

Releases: anthonycastelli/s3-storage

Latest Vapor Release

10 May 01:17
63ca48e
Compare
Choose a tag to compare
Latest Vapor Release Pre-release
Pre-release
Merge pull request #4 from vkill/patch-1

Support the latest Vapor

Signing Package

04 May 02:04
Compare
Choose a tag to compare
Signing Package Pre-release
Pre-release
1.0.0-rc.4

adapter: Fix a double self

Encoding Fix

03 May 23:19
Compare
Choose a tag to compare
Encoding Fix Pre-release
Pre-release
1.0.0-rc.3.1

encoding: Fix an an issue with NSCharacterSets

ACL Headers

02 May 17:24
Compare
Choose a tag to compare
ACL Headers Pre-release
Pre-release

Added basic ACL headers to StorageMetadata

Content MD5 Hash Fix

30 Apr 17:08
959c70e
Compare
Choose a tag to compare
Content MD5 Hash Fix Pre-release
Pre-release

Thank you @jimmya for the MD5 Fix

Cleanup

28 Apr 17:53
Compare
Choose a tag to compare
Cleanup Pre-release
Pre-release

Clean up a few files and make sure things actually work as expected.

DELETE

return req.withStorage(to: .s3) { storage in
   return try storage.delete(object: "path/to/file.png", in: "bucket", on: req)
}

PUT

return req.withStorage(to: .s3) { storage in
   return try storage.create(object: "path/to/file.png", in: "bucket", with: data, metadata: nil, on: req)
}

Initial Release

24 Apr 01:33
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release
1.0.0-rc

Clean up the project a bit