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

* update storage docs

* add use ssl to example/config.yaml
This commit is contained in:
Logan 2023-01-08 06:28:58 -05:00 committed by GitHub
parent 2bf9bfa24f
commit 9859a43b87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 1 deletions

View file

@ -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

View file

@ -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