Page MenuHomePhabricator

Support AWS Signature Version 4
Closed, DuplicatePublic

Description

According to AWS documentation:

Any new regions after January 30, 2014 will support only Signature Version 4 and therefore all requests to those regions must be made with Signature Version 4.

Phabricator only support signature version 2 (https://github.com/phacility/phabricator/blob/master/externals/s3/S3.php#L1820-L1823), so when we upload file to S3 will get error like this:

Screen Shot 2015-10-28 at 17.12.55.png (362×564 px, 57 KB)