You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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).
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: