vtutrinov opened a new pull request, #5162:
URL: https://github.com/apache/ozone/pull/5162
* provide ETag http response header for PUT request (file upload)
* provide ETag http response header for GET & HEAD requests (the property
stored in a key metadata)
* provide multipart uploaded file's ETag as a last part's one and save it to
the file metadata storage
## What changes were proposed in this pull request?
* ETag (MD5) http response header on executing object PUT request
* ETag (/prefix/key-{UUID}-{timestamp}-partsCount) http response header on
commiting file for multipart file upload
* ETag http response header fro file GET & HEAD responses (from key metadata)
## What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-9114
https://issues.apache.org/jira/browse/HDDS-9115
## How was this patch tested?
new Robot tests in smoketest/s3/objectputget.robot
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]