1
0
Fork 0
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:
Dean De Leo 2025-03-13 20:02:09 +07:00 committed by Jörg Thalheim
parent a46ca4f02f
commit 51073607ea
3 changed files with 29 additions and 6 deletions

View file

@ -38,6 +38,7 @@ scope: {
aws-sdk-cpp =
(pkgs.aws-sdk-cpp.override {
apis = [
"identity-management"
"s3"
"transfer"
];