Commit 3da7826
fix(s3): trim multiple spaces to single space in original path header
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.1 parent 3af8a43 commit 3da7826
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
470 | 470 | | |
471 | 471 | | |
472 | 472 | | |
473 | | - | |
| 473 | + | |
474 | 474 | | |
475 | 475 | | |
476 | 476 | | |
| |||
0 commit comments