Update README.md

appended expalanation verify parm

Signed-off-by: AlekseyIvanov199 <ladom-565@yandex.ru>
This commit is contained in:
AlekseyIvanov199 2023-08-10 09:10:05 +03:00 committed by GitHub
parent 1beb6af95e
commit 51d3c6ba99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,12 @@ media_storage_providers:
store_remote: True
store_synchronous: True
config:
verify: <PATH | False>
#verify (boolean/string)
#Whether or not to verify SSL certificates. By default SSL certificates are verified. You can provide the following values:
#False - do not validate SSL certificates. SSL will still be used (unless use_ssl is False), but SSL certificates will not be verified.
#path/to/cert/bundle.pem - A filename of the CA cert bundle to uses. You can specify this argument if you want to use a different CA cert bundle than the one used by botocore.
bucket: <S3_BUCKET_NAME>
# All of the below options are optional, for use with non-AWS S3-like
# services, or to specify access tokens here instead of some external method.