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
By default S3 treats uploaded files without a content-type as binary
blobs, which results in the browser downloading it when visiting the
URL. Setting the content-type to text/plain lets the browser render it.
0 commit comments