1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-09 03:56:01 +01:00

Merge pull request #14357 from lovesegfault/s3-setup-pub

refactor(libstore/filetransfer): make setupForS3 public
This commit is contained in:
Sergei Zimmerman 2025-10-27 14:36:41 +00:00 committed by GitHub
commit 6417863ce9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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