mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 02:36:16 +02:00
Fix reference to HTTP Binary Cache Store in docs
This commit is contained in:
parent
a5959aa121
commit
1271a95b79
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ R"(
|
||||||
**Store URL format**: `s3://`*bucket-name*
|
**Store URL format**: `s3://`*bucket-name*
|
||||||
|
|
||||||
This store allows reading and writing a binary cache stored in an AWS S3 (or S3-compatible service) bucket.
|
This store allows reading and writing a binary cache stored in an AWS S3 (or S3-compatible service) bucket.
|
||||||
This store shares many idioms with the [HTTP Binary Cache Store](#http-binary-cache-store).
|
This store shares many idioms with the [HTTP Binary Cache Store](./http-binary-cache-store.md).
|
||||||
|
|
||||||
For AWS S3, the binary cache URL for a bucket named `example-nix-cache` will be exactly <s3://example-nix-cache>.
|
For AWS S3, the binary cache URL for a bucket named `example-nix-cache` will be exactly <s3://example-nix-cache>.
|
||||||
For S3 compatible binary caches, consult that cache's documentation.
|
For S3 compatible binary caches, consult that cache's documentation.
|
||||||
|
|
Loading…
Reference in a new issue