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:
parent
e213fd64b6
commit
78e98691d6
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue