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
good work on the bundle first of all, the cdn setup is comprehensive and easy to follow. One problem I ran into trying to upload my assets to S3 is their content type. All assets should have different content types but they turn out to have
application/octet-stream
which is a problem, becase the browser doesn't interpret them correctly and keeps generating errors. Any way to remedy this?
Thanks
The text was updated successfully, but these errors were encountered:
I'm not familiar enough with S3 to be able to answer that, unfortunately. My assumption would be that there's possibly something in the SDK documentation for the S3 service that would allow you to set the type.
Just grepping for octet-stream in the sdk lib I find:
Hi,
good work on the bundle first of all, the cdn setup is comprehensive and easy to follow. One problem I ran into trying to upload my assets to S3 is their content type. All assets should have different content types but they turn out to have
which is a problem, becase the browser doesn't interpret them correctly and keeps generating errors. Any way to remedy this?
Thanks
The text was updated successfully, but these errors were encountered: