skyplane-project / skyplane

🔥 Blazing fast bulk data transfers between any cloud 🔥
https://skyplane.org
Apache License 2.0
1.09k stars 62 forks source link

[bug] Skyplane does not transfer MIME types #654

Closed parasj closed 2 years ago

parasj commented 2 years ago

Reported by: @mrnewguy

Describe the bug When transferring files with a specified MIME type (e.g. image/png), it isn't transferred.

To Reproduce Steps to reproduce the behavior (please include the full Skyplane command you ran):

  1. Create a GCP bucket with a single image (image/png)
  2. Transfer the file from GCP to AWS
  3. Note that the MIME type is not set in S3

Expected behavior The transferred file should have time "image/png"

Screenshots

Screenshot 2022-11-01 at 2 06 15 PM Screenshot 2022-10-31 at 10 13 43 AM (1)
parasj commented 2 years ago

Duplicate of #648