Gargi Jaiswal created HDDS-15606:
------------------------------------

             Summary: Support S3 object metadata headers (Cache-Control, 
Expires, Content-Encoding) end-to-end in S3 Gateway
                 Key: HDDS-15606
                 URL: https://issues.apache.org/jira/browse/HDDS-15606
             Project: Apache Ozone
          Issue Type: Sub-task
          Components: S3
            Reporter: Gargi Jaiswal
            Assignee: Gargi Jaiswal


Ozone does not persist standard S3 object headers on PUT or return them on 
HEAD/GET. s3-tests fail for:
 * *Cache-Control* ({{{}no-cache{}}} from {{NoCacheFilter}} instead of stored 
value) - {color:#de350b}test_object_write_cache_control{color},
 * *Expires* (off by 6000s because filter sets {{{}Expires=now{}}}) - 
{color:#de350b}test_object_write_expires{color}, and
 * *Content-Encoding* ({{{}KeyError{}}} on HEAD) 
-{color:#de350b}test_object_content_encoding_aws_chunked{color}.

Implement *persist-on-PUT* and *return-on-HEAD/GET* for these headers, strip 
{{aws-chunked}} from Content-Encoding per AWS semantics, and ensure object 
headers override HDDS {{NoCacheFilter}} defaults on S3 object responses.

Similar to HDDS-15515 (Content-Type).



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to