rust-s3 icon indicating copy to clipboard operation
rust-s3 copied to clipboard

get_object should also return the requests headers (content-type, etc) so you don't need to make two requests

Open dtzxporter opened this issue 4 years ago • 1 comments

Is your feature request related to a problem? Please describe. get_object doesn't return the request information.

Describe the solution you'd like get_object should also return the same as head_object in one request.

Describe alternatives you've considered N/a

Additional context N/a

dtzxporter avatar Aug 24 '21 15:08 dtzxporter

We also would want this to me implemented for obvious reasons.

sman908 avatar May 24 '22 08:05 sman908