-
Notifications
You must be signed in to change notification settings - Fork 287
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add AWS anonymous access when reading/writing binary cache to AWS S3.
Sometimes it's essential to be able to read/write binary cache to AWS S3 anonymously (mostly read, I assume). AWS cli tool requires to be run with --no-sign-request option to get anonymous access. This PR adds new 'x-aws-config' option to configure AWS anonymous access. Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
- Loading branch information
Showing
2 changed files
with
66 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters