aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/s3-binary-cache-store.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstore/s3-binary-cache-store.md')
-rw-r--r--src/libstore/s3-binary-cache-store.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/libstore/s3-binary-cache-store.md b/src/libstore/s3-binary-cache-store.md
new file mode 100644
index 000000000..70fe0eb09
--- /dev/null
+++ b/src/libstore/s3-binary-cache-store.md
@@ -0,0 +1,8 @@
+R"(
+
+**Store URL format**: `s3://`*bucket-name*
+
+This store allows reading and writing a binary cache stored in an AWS
+S3 bucket.
+
+)"