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
I noticed this few weeks ago.
I do believe, this is not the responsibility of the SDK to arbitrary change attributes.
This could be added in the SimpleS3Client. But should be left empty (and let the app decide the right ContentType)
note: I also noticed that AWS has a bug when uploading the object in multiparts (big objects). In such situations, AWS automatically adds empty ContentEncoding attributes, which breaks clients (like chrome/firefox browsers).
You need to disable chunk uploads via the configuration sendChunkedBody=false.
In contrast to the official AWS SDK Async AWS does not set content type when uploading files to S3, is this by design?
The text was updated successfully, but these errors were encountered: