1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-09 03:56:01 +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(); unreachable();
} }
void setupForS3();
private: private:
friend struct curlFileTransfer; friend struct curlFileTransfer;
void setupForS3();
#if NIX_WITH_AWS_AUTH #if NIX_WITH_AWS_AUTH
std::optional<std::string> awsSigV4Provider; std::optional<std::string> awsSigV4Provider;
#endif #endif