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
As the directory structure contains varying filetypes its not possible to set using the --API-ContentType parameter. I can set the --API-ContentType to a blank string but that actually sets the contentType as blank on S3 which has unexpected behaviour when trying to load some file formats.
When syncing a directory tree to S3 (using sync/dsync) the ContentType is being set as
binary/octet-stream
on all files.As the directory structure contains varying filetypes its not possible to set using the
--API-ContentType
parameter. I can set the--API-ContentType
to a blank string but that actually sets the contentType as blank on S3 which has unexpected behaviour when trying to load some file formats.It would be good to support the mimetype guessing like S3cmd
The text was updated successfully, but these errors were encountered: