From 385102f39ec2a538bf38bfec988bb9939d55c5f3 Mon Sep 17 00:00:00 2001 From: 1585346868 <1585346868@qq.com> Date: Tue, 6 Jan 2026 21:12:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20src/aliyunoss.cpp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/aliyunoss.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aliyunoss.cpp b/src/aliyunoss.cpp index 62cf31c..112c855 100644 --- a/src/aliyunoss.cpp +++ b/src/aliyunoss.cpp @@ -114,7 +114,7 @@ std::string module::aliyun_oss::upfile(const std::string& endpoint, const std::s headers = aos_table_make(options->pool, 1); - apr_table_set(headers, OSS_CONTENT_TYPE, content_type.c_str()); + //apr_table_set(headers, OSS_CONTENT_TYPE, content_type.c_str()); aos_str_set(&bucket, bucket_name.c_str()); aos_str_set(&object, object_name.c_str()); aos_str_set(&file, filename.c_str());