csexton / captured-mac

Captured
http://www.capturedapp.com
MIT License
5 stars 1 forks source link

Use AWS V4 Signing for Request #30

Closed csexton closed 8 years ago

csexton commented 8 years ago

This was a pretty major refactor of AWS upload:

The S3V4Signer was written to be as independent of the HTTP lib as possible. It will just take a few params and create and return the necessary headers. Care should be taken to make sure none of those headers are modified after signing.

csexton commented 8 years ago

image