gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 9859a43b87d01f05ab9b2cbd6085929abbf6479a
parent 2bf9bfa24ff5a85e27322f921ced5093a311dd73
Author: Logan <4197432+lsnow99@users.noreply.github.com>
Date:   Sun,  8 Jan 2023 06:28:58 -0500

[docs] Add s3 ssl variable to storage docs (#1294)

* update storage docs

* add use ssl to example/config.yaml
Diffstat:
Mdocs/configuration/storage.md | 6++++++
Mexample/config.yaml | 8+++++++-
2 files changed, 13 insertions(+), 1 deletion(-)

diff --git 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 diff --git a/example/config.yaml b/example/config.yaml @@ -171,7 +171,7 @@ cache: ########################### # # Database cache configuration: - # + # # Allows configuration of caches used # when loading GTS models from the database. # @@ -395,6 +395,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