Merge pull request #10595 from joshtrichards/jr-primary-storage-generic-s3-endpoint

This commit is contained in:
Julius Härtl
2023-06-09 16:44:56 +02:00
committed by GitHub

View File

@@ -179,7 +179,7 @@ unconfigured):
* :code:`region` defaults to :code:`eu-west-1`
* :code:`storageClass` defaults to :code:`STANDARD`
* :code:`hostname` defaults to :code:`s3.REGION.amazonaws.com`
* :code:`hostname` defaults to :code:`s3.REGION.amazonaws.com` [Note: If using this parameter (non-Amazon), specify the generic S3 endpoint hostname, **not** the hostname that contains your bucket name]
* :code:`use_ssl` defaults to :code:`true`
Optional parameters sometimes needing adjustment: