File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -1421,15 +1421,15 @@ func (inode *Inode) resetCache() {
14211421}
14221422
14231423func (inode * Inode ) abortMultipart () {
1424- cloud , key := inode .cloud ()
1425- go func (mpu * MultipartBlobCommitInput ) {
1426- _ , abortErr := cloud .MultipartBlobAbort (mpu )
1427- if abortErr != nil {
1428- log .Warnf ("Failed to abort multi-part upload of object %v: %v" , key , abortErr )
1429- }
1430- }(inode .mpu )
1431- inode .mpu = nil
1432- }
1424+ cloud , key := inode .cloud ()
1425+ go func (mpu * MultipartBlobCommitInput ) {
1426+ _ , abortErr := cloud .MultipartBlobAbort (mpu )
1427+ if abortErr != nil {
1428+ log .Warnf ("Failed to abort multi-part upload of object %v: %v" , key , abortErr )
1429+ }
1430+ }(inode .mpu )
1431+ inode .mpu = nil
1432+ }
14331433
14341434func (inode * Inode ) flushSmallObject () {
14351435
You can’t perform that action at this time.
0 commit comments