-
Notifications
You must be signed in to change notification settings - Fork 326
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
Checksum in object stat/get #1330
Comments
You must set Not sure to what extent this SDK supports checksums. |
It seems the query functions do not allow for extra headers to be added, unless i'm mistaken. The only headers passed along are the server side encryption (ssec). |
@trollfot |
Fixed by #1335 |
Hello
As I understand from the S3 docs, when providing a "x-amz-checksum-X" header to put an object, the same header should be returned upon stat/get (HEAD/GET). It's currently not the case. Is it due to minio headers generation ? Reading the raw request in the stat does not yield any more result.
To Reproduce
upload a file via "put_object" with a "x-amz-checksum-X" header that is valid. Stat or Get the object.
Expected behavior
The header should be present
The text was updated successfully, but these errors were encountered: