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() {
1421
1421
}
1422
1422
1423
1423
func (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
+ }
1433
1433
1434
1434
func (inode * Inode ) flushSmallObject () {
1435
1435
You can’t perform that action at this time.
0 commit comments