1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-21 09:49:36 +01: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

@ -135,6 +135,9 @@ if aws_s3.found()
'-L' + aws_s3.get_variable('libdir'),
'-laws-cpp-sdk-transfer',
'-laws-cpp-sdk-s3',
'-laws-cpp-sdk-identity-management',
'-laws-cpp-sdk-cognito-identity',
'-laws-cpp-sdk-sts',
'-laws-cpp-sdk-core',
'-laws-crt-cpp',
],