mirror of
https://github.com/pgsty/minio.git
synced 2026-03-16 01:26:03 +01:00
Golang HTTP client automatically detects content-type but for S3 clients this content-type might be incorrect or might misbehave. For example: ``` Content-Type: text/xml; charset=utf-8 ``` Should be ``` Content-Type: application/xml ``` Allow this to be set properly.
18 KiB
18 KiB