1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-08 19:46:02 +01:00

refactor(libstore/filetransfer): make setupForS3 public

This commit is contained in:
Bernardo Meurer Costa 2025-10-24 23:52:32 +00:00
parent e213fd64b6
commit 78e98691d6
No known key found for this signature in database

View file

@ -155,9 +155,10 @@ struct FileTransferRequest
unreachable();
}
void setupForS3();
private:
friend struct curlFileTransfer;
void setupForS3();
#if NIX_WITH_AWS_AUTH
std::optional<std::string> awsSigV4Provider;
#endif