Xuanwo commented on issue #5329:
URL: https://github.com/apache/arrow-rs/issues/5329#issuecomment-1911752772

   > One option might be to include the `UserMetadata` on `GetResult` instead 
of `ObjectMeta` 🤔
   
   Hi, I think we should handle `content_type` separately from user metadata. 
Object storage services typically categorize metadata such as `content-type` 
and `content-disposition` as `system metadata`, offering distinct headers for 
setting custom user metadata. 
   
   Storing `content_type` within `UserMetadata` could lead to confusion with 
the standard HTTP header `Content-Type` and Amazon's specific header 
`x-amz-meta-content-type`. (Alought it unlikely to happen).


-- 
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]

Reply via email to