-
Notifications
You must be signed in to change notification settings - Fork 329
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
Metadata values starting with space leading to signature mismatch on PUT #1434
Comments
Tested same thing on Go SDK with no issue. |
balamurugana
added a commit
to balamurugana/minio-py
that referenced
this issue
Aug 17, 2024
Fixes minio#1434 Signed-off-by: Bala.FA <bala@minio.io>
balamurugana
added a commit
to balamurugana/minio-py
that referenced
this issue
Aug 17, 2024
Fixes minio#1434 Signed-off-by: Bala.FA <bala@minio.io>
balamurugana
added a commit
to balamurugana/minio-py
that referenced
this issue
Aug 17, 2024
Fixes minio#1434 Signed-off-by: Bala.FA <bala@minio.io>
balamurugana
added a commit
to balamurugana/minio-py
that referenced
this issue
Aug 17, 2024
Fixes minio#1434 Signed-off-by: Bala.FA <bala@minio.io>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When the following is done:
Signature mismatch occurs:
When I remove the spaces before
some value
, put object happens fine.Looks like there is replacement/removal of spaces happening here:
minio-py/minio/signer.py
Line 77 in 57c5e37
The text was updated successfully, but these errors were encountered: