Skip to content

[stable33] fix(s3): ignore prefixes with repeating delimiters#59829

Open
backportbot[bot] wants to merge 1 commit intostable33from
backport/59597/stable33
Open

[stable33] fix(s3): ignore prefixes with repeating delimiters#59829
backportbot[bot] wants to merge 1 commit intostable33from
backport/59597/stable33

Conversation

@backportbot
Copy link
Copy Markdown

@backportbot backportbot Bot commented Apr 22, 2026

Backport of PR #59597

Signed-off-by: Kent Delante <kent@delante.me>

Amazon's hosted S3 service allows repeating delimiters in keys
(e.g. 'path/to//file.txt' or 'path/to///file.txt') and we get
repeating directories in the filecache as a result (based on the
previous examples we get 'path/to/to/file.txt' or
'path/to/to/to/file.txt'). This ignores it and its contents for S3 external storage.
@backportbot backportbot Bot requested a review from a team as a code owner April 22, 2026 09:31
@backportbot backportbot Bot requested review from ArtificialOwl, CarlSchwan, artonge, leftybournes, nfebe, salmart-dev and sorbaugh and removed request for a team April 22, 2026 09:31
@backportbot backportbot Bot added bug 3. to review Waiting for reviews feature: external storage pending documentation This pull request needs an associated documentation update feature: object storage labels Apr 22, 2026
@backportbot backportbot Bot added this to the Nextcloud 33.0.3 milestone Apr 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews bug feature: external storage feature: object storage pending documentation This pull request needs an associated documentation update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants