Jimmyweng006 commented on code in PR #8351: URL: https://github.com/apache/ozone/pull/8351#discussion_r2070173308
########## hadoop-ozone/s3gateway/src/main/java/org/apache/hadoop/ozone/s3/endpoint/ObjectEndpoint.java: ########## @@ -646,7 +646,8 @@ public Response head( ResponseBuilder response = Response.ok().status(HttpStatus.SC_OK) .header("Content-Length", key.getDataSize()) - .header("Content-Type", "binary/octet-stream"); + .header("Content-Type", "binary/octet-stream") + .header("x-amz-storage-class", "STANDARD"); Review Comment: @xichen01 Thanks for the review and point out that value of `x-amz-storage-class` header should not hard-coded. I have updated the PR, please help review again, thanks! -- 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: issues-unsubscr...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org