Skip to content

An extension on URLRequest to sign it for AWS.

License

Notifications You must be signed in to change notification settings

robb/URLRequest-AWS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URLRequest+AWS

An extension on URLRequest to sign it for AWS.

Example Usage

var request = URLRequest(url: URL(string: "https://iam.amazonaws.com/?Action=ListUsers&Version=2010-05-08")!)

request.sign(credentials: credentials, date: date, region: "us-east-1", service: "iam")

About

An extension on URLRequest to sign it for AWS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

 
 
 

Languages