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