Page MenuHomePhabricator

Implement AWS v4 signature API
ClosedPublic

Authored by epriestley on Jan 9 2016, 3:33 PM.
Tags
None
Referenced Files
F18377390: D14978.id36197.diff
Thu, Aug 28, 12:54 PM
F18377103: D14978.id36186.diff
Thu, Aug 28, 12:07 PM
F18377077: D14978.id36197.diff
Thu, Aug 28, 12:06 PM
F18103952: D14978.id.diff
Sun, Aug 10, 8:51 AM
F18101787: D14978.diff
Sat, Aug 9, 3:19 PM
F18099566: D14978.id36186.diff
Sat, Aug 9, 6:26 AM
F17899059: D14978.id36197.diff
Jul 29 2025, 8:31 AM
F17678362: D14978.id36197.diff
Jul 13 2025, 12:46 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.