Skip to content
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

Cannot specify Content-Type for charts tarball. #59

Closed
bashims opened this issue Oct 15, 2018 · 0 comments
Closed

Cannot specify Content-Type for charts tarball. #59

bashims opened this issue Oct 15, 2018 · 0 comments

Comments

@bashims
Copy link
Contributor

bashims commented Oct 15, 2018

Chart tarballs are uploaded using the "binary/octet-stream" content-type. It would be nice to be able to specify a content-type like "application/x-tar" or "application/x-gzip"

Example HeadObject() response

{                                                                                                                     
    "AcceptRanges": "bytes",                                                                                          
    "ContentType": "binary/octet-stream",                                                                             
    "LastModified": "Mon, 15 Oct 2018 18:51:03 GMT",                                                                  
    "ContentLength": 25232,                                                                                           
    "VersionId": "null",                                                                                              
    "ETag": "\"11f69dd7d7dd80f72e5a6b5c6f7119bf\"",                                                                   
    "Metadata": {                                                                                                     
        "chart-metadata": "..................",          
        "chart-digest": "............................"                            
    }                                                                                                                 
} 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants