XL/Multipart: rename the parts instead of concatenating. (#1416)
This commit is contained in:
committed by
Harshavardhana
parent
39df425b2a
commit
7066ce5160
@@ -32,4 +32,5 @@ type StorageAPI interface {
|
||||
CreateFile(volume string, path string) (writeCloser io.WriteCloser, err error)
|
||||
StatFile(volume string, path string) (file FileInfo, err error)
|
||||
DeleteFile(volume string, path string) (err error)
|
||||
RenameFile(srcVolume, srcPath, dstVolume, dstPath string) error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user