Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for moveToTrash (0.19 sec)

  1. cmd/xl-storage.go

    			// if its an overwrite then the caller deletes the DataDir
    			// in a separate RPC call.
    			s.moveToTrash(dstDataPath, true, false)
    
    			// If we are healing we should purge any legacyDataPath content,
    			// that was previously preserved during PutObject() call
    			// on a versioned bucket.
    			s.moveToTrash(legacyDataPath, true, false)
    		}
    		if contextCanceled(ctx) {
    			return res, ctx.Err()
    		}
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Sun Apr 28 17:53:50 GMT 2024
    - 84.7K bytes
    - Viewed (0)
Back to top