mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2025-02-02 18:48:26 +00:00
Fix multipart upload not setting curl options
This commit is contained in:
parent
deb560067e
commit
58037da061
@ -3646,6 +3646,11 @@ int S3fsCurl::UploadMultipartPostRequest(const char* tpath, int part_num, const
|
||||
return result;
|
||||
}
|
||||
|
||||
if(!fpLazySetup || !fpLazySetup(this)){
|
||||
S3FS_PRN_ERR("Failed to lazy setup in multipart upload post request.");
|
||||
return -1;
|
||||
}
|
||||
|
||||
// request
|
||||
if(0 == (result = RequestPerform())){
|
||||
// UploadMultipartPostComplete returns true on success -> convert to 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user