mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
chore(files_external/s3): use example reserved domain
Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com> Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
3a3736d97c
commit
ce50c8734c
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ class AmazonS3 extends Backend {
|
|||
(new DefinitionParameter('use_ssl', $l->t('Use HTTPS')))
|
||||
->setType(DefinitionParameter::VALUE_BOOLEAN)
|
||||
->setDefaultValue(true),
|
||||
(new DefinitionParameter('use_path_style', $l->t('Use Path Style (https://domain.com/bucket)')))
|
||||
(new DefinitionParameter('use_path_style', $l->t('Use Path Style (https://example.com/bucket)')))
|
||||
->setType(DefinitionParameter::VALUE_BOOLEAN),
|
||||
(new DefinitionParameter('legacy_auth', $l->t('Use Legacy S3 signing (v2)')))
|
||||
->setType(DefinitionParameter::VALUE_BOOLEAN),
|
||||
|
|
|
|||
Loading…
Reference in a new issue