We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e6c551 commit 7dfdcf0Copy full SHA for 7dfdcf0
extension/httpfs/s3fs.cpp
@@ -75,6 +75,7 @@ static HTTPHeaders create_s3_header(string url, string query, string host, strin
75
hash_str canonical_request_hash_str;
76
if (content_type.length() > 0) {
77
signed_headers += "content-type;";
78
+ res["content-type"] = content_type;
79
}
80
signed_headers += "host;x-amz-content-sha256;x-amz-date";
81
if (auth_params.session_token.length() > 0) {
0 commit comments