This repository has been archived by the owner on Apr 5, 2020. It is now read-only.
Releases: JustinM1/S3SignerAWS
Releases · JustinM1/S3SignerAWS
v4.0 swift 5 compatibilty
v3.0.2 Added Swift 4 Compatibility
update Readme
V3.0.1 Add eu-west-2 and ca-central-1 regions
added ca-central-1 and eu-west-2 hosts
v3.0.0. Minor Breaking changes, more test coverage, cleanup.
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
Update to official vapor 2
2.0.1 Update Package.swift
Vapor 2.0 Support
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.
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
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
Merge pull request #3 from charlesvinette/master Added HTTP method parameter + content type in the V2 presigned method…