Skip to content

[stable32] fix(s3): trim multiple spaces to single space in original path header - #62181

Merged
leftybournes merged 1 commit into
stable32from
backport/61914/stable32
Jul 16, 2026
Merged

[stable32] fix(s3): trim multiple spaces to single space in original path header#62181
leftybournes merged 1 commit into
stable32from
backport/61914/stable32

Conversation

@backportbot

Copy link
Copy Markdown

Backport of PR #61914

@backportbot
backportbotBot requested a review from a team as a code ownerJuly 15, 2026 13:20
@backportbot
backportbotBot requested review from Altahrim, Antreesy, CarlSchwan, come-nc, icewind1991 and leftybournes and removed request for a teamJuly 15, 2026 13:20
@backportbotbackportbotBot added this to the Nextcloud 32.0.13 milestone Jul 15, 2026
@AndyScherzinger
AndyScherzingerforce-pushed the backport/61914/stable32 branch from 43139b0 to 3da7826CompareJuly 15, 2026 21:39
Signed-off-by: Kent Delante <kent@delante.me>
The spec defines that x-amz-meta-original-path header needs spaces to
be trimmed and multiple spaces need to be converted to a single
space. This is to comply with the spec and fix it for some storage
hosts that return a SignatureDoesNotMatch error when not done.
@AndyScherzinger
AndyScherzingerforce-pushed the backport/61914/stable32 branch from 3da7826 to c521d69CompareJuly 15, 2026 22:52
@leftybournes
leftybournes merged commit 39fb9fb into stable32Jul 16, 2026
209 of 211 checks passed
@leftybournes
leftybournes deleted the backport/61914/stable32 branch July 16, 2026 01:48
@nextcloud-botnextcloud-bot mentioned this pull request Jul 14, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@AndyScherzinger@Antreesy@leftybournes