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 c056fb8 commit 06de54aCopy full SHA for 06de54a
src/curl.cpp
@@ -306,7 +306,7 @@ mimes_t S3fsCurl::mimeTypes;
306
int S3fsCurl::max_parallel_cnt = 10; // default
307
off_t S3fsCurl::multipart_size = MULTIPART_SIZE; // default
308
bool S3fsCurl::is_sigv4 = true; // default
309
-const string S3fsCurl::skUserAgent = "tencentyun-cosfs-v4.0()" + string(VERSION);
+const string S3fsCurl::skUserAgent = "tencentyun-cosfs-v5" + string(VERSION);
310
311
//-------------------------------------------------------------------
312
// Class methods for S3fsCurl
0 commit comments