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

AWS-S3 single-part drag-drop uploads do not set the content-type header in S3 PUT calls for .mov files on chromium #4856

Open
2 tasks done
olivierEddie opened this issue Jan 5, 2024 · 0 comments
Labels
AWS S3 Plugin that handles uploads to Amazon AWS S3 Bug

Comments

@olivierEddie
Copy link

olivierEddie commented Jan 5, 2024

Initial checklist

  • I understand this is a bug report and questions should be posted in the Community Forum
  • I searched issues and couldn’t find anything (or linked relevant results below)

Link to runnable example

No response

Steps to reproduce

Using the new AWS-S3 plugin, with shouldUseMultipart set to false, upload a .mov file through drag and drop on a chromium browser.

Expected behavior

The PUT call to S3 should contain the content-type header, which it does normally have for mp4 files.
Screenshot 2024-01-05 at 17 55 50

Actual behavior

The content-type header is missing.
Screenshot 2024-01-05 at 17 56 46

@Murderlon Murderlon added the AWS S3 Plugin that handles uploads to Amazon AWS S3 label Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AWS S3 Plugin that handles uploads to Amazon AWS S3 Bug
Projects
None yet
Development

No branches or pull requests

2 participants