1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-22 18:29:36 +01:00

feat(libstore): add AWS CRT-based credential infrastructure

Add lightweight AWS credential resolution using AWS CRT (Common Runtime)
instead of the full AWS SDK. This provides credential management for the
upcoming curl-based S3 implementation.
This commit is contained in:
Bernardo Meurer Costa 2025-10-01 19:47:18 +00:00
parent 30a6cbe90b
commit a4e792cba7
No known key found for this signature in database
4 changed files with 253 additions and 0 deletions

View file

@ -268,6 +268,7 @@ subdir('nix-meson-build-support/common')
subdir('nix-meson-build-support/asan-options')
sources = files(
'aws-creds.cc',
'binary-cache-store.cc',
'build-result.cc',
'build/derivation-building-goal.cc',