Skip to content

Commit 62462dd

Browse files
authored
Merge pull request #14499 from nextcloud/s3_repeating_delimiters
docs(files_external): ignore prefixes with repeating delimiters
2 parents 66b6997 + c891301 commit 62462dd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • admin_manual/configuration_files/external_storage

admin_manual/configuration_files/external_storage/amazons3.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ To connect an Amazon S3 (or compatible) bucket to Nextcloud you will need to kno
99
- S3 secret access key
1010
- S3 region (if Amazon hosted) or S3 hostname (if non-Amazon hosted) [Note: If specifying a hostname, use the generic S3 endpoint hostname, **not** the hostname that contains your bucket name]
1111

12+
.. attention:: Some S3-compatible storages, including Amazon S3, allow repeating delimiters :code:`/` (:code:`e.g. Photos//cat.png`). This is unsupported and prefixes with repeating delimiters and its contents are ignored.
13+
1214
In the **Folder name** field enter a folder name to use as the local mountpoint for this
1315
external storage. If this does not exist it will be created.
1416

0 commit comments

Comments
 (0)