Files
versitygw/backend
niksis02 46bcc8af35 fix: fixes object default Content-Type
Fixes #1849

If no `Content-Type` is provided during object upload, S3 defaults it to `application/octet-stream`. This behavior was missing in the gateway, causing backends to persist an empty `Content-Type`, which Fiber then overrides with its default `text/plain`. The behavior has now been corrected for the object upload operations: `PutObject`, `CreateMultipartUpload`, and `CopyObject`.
2026-02-18 01:44:52 +04:00
..
2026-02-17 14:59:32 +04:00
2026-02-01 16:10:23 -08:00
2026-02-01 16:10:23 -08:00
2026-02-01 16:10:23 -08:00