You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The question is, is there a way to control the metadata / contentype of the upload? It seem to default to upload as content-type: binary/octet-stream
The goal is to either be able to set the metadata content-type, or make s3 use the default content-type per filetype. When using the painfully slow aws cli, aws s3 cp or aws s3 sync it will automatically add a correct content type to metadata. This is critical for us that uses s3 to host websites.
I would be happy to look into a PR, but could use a hint or two to where to modify.
This could origin from the difference between using aws s3api and aws s3. I belive this tool is i using s3api?
The text was updated successfully, but these errors were encountered:
The question is, is there a way to control the metadata / contentype of the upload? It seem to default to upload as
content-type: binary/octet-stream
The goal is to either be able to set the metadata content-type, or make s3 use the default content-type per filetype. When using the painfully slow aws cli,
aws s3 cp
oraws s3 sync
it will automatically add a correct content type to metadata. This is critical for us that uses s3 to host websites.I would be happy to look into a PR, but could use a hint or two to where to modify.
This could origin from the difference between using
aws s3api
andaws s3
. I belive this tool is i using s3api?The text was updated successfully, but these errors were encountered: