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

Releases: JustinM1/S3SignerAWS

v4.0 swift 5 compatibilty

14 Apr 19:19
720a557
Compare
Choose a tag to compare
Merge pull request #16 from JustinM1/swift-5

update to swift 5/cleanup

v3.0.2 Added Swift 4 Compatibility

27 Oct 20:18
Compare
Choose a tag to compare

V3.0.1 Add eu-west-2 and ca-central-1 regions

27 Sep 04:30
Compare
Choose a tag to compare
added ca-central-1 and eu-west-2 hosts

v3.0.0. Minor Breaking changes, more test coverage, cleanup.

08 Sep 13:52
Compare
Choose a tag to compare

Added more comments, organized code. Added more test coverage. Added CI for MacOS and Linux.

V4 Pre-signed URL now just returns the Pre-signed URL String.

Removed V2 Pre-signed URL.

2.0.2: Merge pull request #9 from vzsg/master

29 May 00:16
Compare
Choose a tag to compare

Update to official vapor 2

20 May 12:23
Compare
Choose a tag to compare
2.0.1

Update Package.swift

Vapor 2.0 Support

15 Apr 06:42
Compare
Choose a tag to compare

Since you cannot target branches with SPM, added Vapor 2.0 on master branch. If you want to keep working with a stable version of Vapor, keep using S3SignerAWS Major Version 1

Adds ability to provide temporary credential token when using EC2 instances. Update swift version.

17 Feb 13:28
Compare
Choose a tag to compare
Merge pull request #4 from Yasumoto/master

Adds ability to provide temporary credential token when using EC2 instances. Update swift version.

Fixed Pre-signed URL V4 signing error

18 Jan 11:26
Compare
Choose a tag to compare

Fixed error where V4 Pre-Signed URLs would return "There were headers present in the request which were not signed."

Add HTTP Method to V2 pre-signed URL

17 Jan 02:47
Compare
Choose a tag to compare
Merge pull request #3 from charlesvinette/master

Added HTTP method parameter + content type in the V2 presigned method…