更新 src/aliyunoss.cpp
This commit is contained in:
@@ -114,7 +114,7 @@ std::string module::aliyun_oss::upfile(const std::string& endpoint, const std::s
|
|||||||
|
|
||||||
|
|
||||||
headers = aos_table_make(options->pool, 1);
|
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(&bucket, bucket_name.c_str());
|
||||||
aos_str_set(&object, object_name.c_str());
|
aos_str_set(&object, object_name.c_str());
|
||||||
aos_str_set(&file, filename.c_str());
|
aos_str_set(&file, filename.c_str());
|
||||||
|
|||||||
Reference in New Issue
Block a user