Page MenuHomePhabricator

Implement AWS v4 signature API
ClosedPublic

Authored by epriestley on Jan 9 2016, 3:33 PM.
Tags
None
Referenced Files
F13330589: D14978.diff
Mon, Jun 17, 4:12 AM
F13319918: D14978.diff
Thu, Jun 13, 4:30 PM
F13300956: D14978.id36186.diff
Fri, Jun 7, 1:42 PM
F13276013: D14978.diff
Fri, May 31, 5:27 AM
F13225205: D14978.id36186.diff
Sun, May 19, 1:59 PM
F13208472: D14978.id.diff
May 16 2024, 3:47 PM
Unknown Object (File)
May 7 2024, 7:41 AM
Unknown Object (File)
May 3 2024, 7:17 AM
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
Branch
aws1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 10020
Build 12114: Run Core Tests
Build 12113: arc lint + arc unit

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.