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.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/configuration/storage.md b/docs/configuration/storage.md
index 17c5c7a59..9808669f9 100644
--- a/docs/configuration/storage.md
+++ b/docs/configuration/storage.md
@@ -36,6 +36,12 @@ storage-s3-endpoint: ""
#
# Default: false
storage-s3-proxy: false
+# Bool. Use SSL for S3 connections.
+#
+# Only set this to 'false' when testing locally.
+#
+# Default: true
+storage-s3-use-ssl: true
# String. Access key part of the S3 credentials.
# Consider setting this value using environment variables to avoid leaking it via the config file