Home GnuPG

Implement AWS v4 signature API
0ca806c9e0dcUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

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

Provenance
epriestley <git@epriestley.com>Authored on Jan 9 2016, 3:13 PM
Parents
rPHUTILadb8a9c074ba: Fix a typo in documentation
Branches
Unknown
Tags
Unknown

Event Timeline

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