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 uploads of MS 2007 docs (xlsx, docx, pptx, etc.) have wrong mime types #10653

Closed
cyberduck opened this issue Mar 14, 2019 · 3 comments
Closed
Assignees
Labels
bug fixed s3 AWS S3 Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

a8203be created the issue

xlsx

  • correct: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
  • cyberduck: application/octet-stream

-docx*

  • correct: application/vnd.openxmlformats-officedocument.wordprocessingml.document
  • cyberduck: application/octet-stream

-pptx*

  • correct: application/vnd.openxmlformats-officedocument.presentationml.presentation
  • cyberduck: application/octet-stream

By neglecting to set the appropriate mime type (application/octet-stream is the default mime-type in S3, so I'm assuming cyberduck isn't setting the property), the files don't server properly from S3 in some browsers.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

sun.net.www.protocol.jar.JarURLConnection:jar:file:/Users/dkocher/Projects/cyberduck/osx/target/Cyberduck.app/Contents/Resources/jets3t-0.9.20.jar!/mime.types

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 2224316.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Ticket retargeted after milestone deleted

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug fixed s3 AWS S3 Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants