Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not encode ~ in V4 S3 signing #798

Merged
merged 4 commits into from
Sep 17, 2019
Merged

Conversation

vadmeste
Copy link
Member

@vadmeste vadmeste commented Sep 13, 2019

Uploading an object whose name contains a ~ fails with
signature mismatch error. The reason is that ~ should not
be encoded to %7E as other special characters.

Fix #795

minio/signer.py Outdated Show resolved Hide resolved
harshavardhana and others added 2 commits September 13, 2019 15:02
Co-Authored-By: kannappanr <30541348+kannappanr@users.noreply.github.com>
@petersedivec
Copy link

We have roughly 700 files that failed to upload out of 1.5M objects. We are happy to test this out later this week or early next week if the fix gets reviewed by @harshavardhana and merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

minio.error.SignatureDoesNotMatch:
4 participants