mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
S3: opt-in the STSProfileCredentialsProvider
The STSProfileCredentialsProviders allows to assume a specific IAM role when accessing an S3 repository. Sometimes this is needed to obtain the permissions to operate on the bucket.
This commit is contained in:
parent
a46ca4f02f
commit
51073607ea
3 changed files with 29 additions and 6 deletions
|
@ -38,6 +38,7 @@ scope: {
|
|||
aws-sdk-cpp =
|
||||
(pkgs.aws-sdk-cpp.override {
|
||||
apis = [
|
||||
"identity-management"
|
||||
"s3"
|
||||
"transfer"
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue