Homec4science

Implement AWS v4 signature API

Authored by epriestley <git@epriestley.com> on Jan 9 2016, 15:13.

Description

Implement AWS v4 signature API

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.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T5155

Differential Revision: https://secure.phabricator.com/D14978

Details

Committed
epriestley <git@epriestley.com>Jan 10 2016, 16:55
Pushed
aubortMar 17 2017, 12:03
Parents
rPHUadb8a9c074ba: Fix a typo in documentation
Branches
Unknown
Tags
Unknown

Event Timeline

epriestley <git@epriestley.com> committed rPHU0ca806c9e0dc: Implement AWS v4 signature API (authored by epriestley <git@epriestley.com>).Jan 10 2016, 16:55