krobertson / deb-s3

Easily create and manage an APT repository on S3 -- NO LONGER MAINTAINED
MIT License
482 stars 148 forks source link

Use lowercase charset in Content-Type #145

Closed rnurgaliyev closed 6 years ago

rnurgaliyev commented 6 years ago

Using uppercase UTF-8 in Conent-Type lead to signature verification failure in some third party S3 vendors, i.e. Quobyte. According to W3C charset value here is case-insensitive, so we don't break anything here with this PR, just support non-RFC compliant S3 implementations.