-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose content-type/content-encoding etc in the content type #37
Comments
I think it makes perfect sense to extend the |
Looking further into this, the I'm cautious not to extend the |
I'd think people would at least like the API to be symmetric -- currently it's possible to send in If it makes more sense to you, I can make a |
Hmm... Having a second version for I'm considering two solutions. Extend Thoughts. |
I think it'd be just fine to have them all in a |
Hi, thanks for a nice library!
I am using
S3.put
with thecontent_type
parameter to specify the type of the S3 object I uploaded, and I'd like to retrieve that information somehow. However, head/ls returnscontent
types, and that one doesn't expose the Content-Type stored on the object (it's not in the meta_headers either, I checked).Would it make sense to add this and other common S3 fields to the
content
type?The text was updated successfully, but these errors were encountered: