mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
(Primary Storage) Note to use generic S3 endpoint for hostname not bucket URL
Fixes #9679 Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
This commit is contained in:
parent
f40d5a138d
commit
0bdafac933
@ -168,7 +168,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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user