rust-s3
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
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
We also would want this to me implemented for obvious reasons.