mirror of
https://github.com/NixOS/nix.git
synced 2025-12-11 19:41:04 +01:00
Merge pull request #14713 from lovesegfault/fix-s3-docs
fix(libstore/s3-binary-cache-store): include documentation from markdown file
This commit is contained in:
commit
92d4fafd53
1 changed files with 3 additions and 5 deletions
|
|
@ -454,11 +454,9 @@ std::string S3BinaryCacheStoreConfig::getHumanReadableURI() const
|
||||||
|
|
||||||
std::string S3BinaryCacheStoreConfig::doc()
|
std::string S3BinaryCacheStoreConfig::doc()
|
||||||
{
|
{
|
||||||
return R"(
|
return
|
||||||
**Store URL format**: `s3://bucket-name`
|
#include "s3-binary-cache-store.md"
|
||||||
|
;
|
||||||
This store allows reading and writing a binary cache stored in an AWS S3 bucket.
|
|
||||||
)";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ref<Store> S3BinaryCacheStoreConfig::openStore() const
|
ref<Store> S3BinaryCacheStoreConfig::openStore() const
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue