Page MenuHomePhabricator

Implement AWS v4 signature API
ClosedPublic

Authored by epriestley on Jan 9 2016, 3:33 PM.
Tags
None
Referenced Files
F13528469: D14978.diff
Fri, Jul 26, 7:37 PM
Unknown Object (File)
Thu, Jul 25, 10:55 AM
Unknown Object (File)
Tue, Jul 23, 3:42 PM
Unknown Object (File)
Wed, Jul 17, 11:57 AM
Unknown Object (File)
Sat, Jul 13, 4:09 AM
Unknown Object (File)
Thu, Jul 11, 2:27 AM
Unknown Object (File)
Jun 24 2024, 11:01 AM
Unknown Object (File)
Jun 22 2024, 10:05 PM
Subscribers
None

Details

Summary

Ref T5155. AWS introduced a hugely more-complicated "v4" API at some point, which all (I hope??) services now use.

I implemented it by following this document:

http://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-header-based-auth.html

Test Plan
  • Implemented all the examples in the document above as unit tests.
  • Ran unit tests.

Diff Detail

Repository
rPHU libphutil
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Implement AWS v4 signature API.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Jan 9 2016, 3:58 PM
This revision was automatically updated to reflect the committed changes.