HomePhabricator

Implement AWS v4 signature API

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
epriestleyAuthored on
epriestleyPushed on Jan 10 2016, 3:55 PM
Reviewer
chad
Differential Revision
D14978: Implement AWS v4 signature API
Parents
rPHUadb8a9c074ba: Fix a typo in documentation
Branches
Unknown
Tags
Unknown
Tasks
T5155: Evaluate support for AWS IAM Roles in S3 Client
Build Status
Buildable 10031
Build 12132: Run Core Tests