summaryrefslogtreecommitdiff
path: root/docs/configuration/storage.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configuration/storage.md')
-rw-r--r--docs/configuration/storage.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/configuration/storage.md b/docs/configuration/storage.md
index 04873ee36..0c5b1e9ba 100644
--- a/docs/configuration/storage.md
+++ b/docs/configuration/storage.md
@@ -101,6 +101,20 @@ storage-s3-secret-key: ""
# Default: ""
storage-s3-bucket: ""
+
+# String. Key prefix to use for the S3 storage.
+# This is optional.
+#
+# Prefix must end with a trailing slash.
+#
+# This is useful if you want to store multiple instances in the same bucket,
+# or if you want to store your data in a subdirectory of the bucket.
+# This has no effect if the storage backend isn't "s3".
+#
+# Examples: ["gts-instance1/", "gts-instance2/"]
+# Default: ""
+storage-s3-key-prefix: ""
+
# String. Bucket lookup type.
#
# If you know what kind of bucket lookup type you need you can specify it here.