mirror of
https://github.com/pgsty/minio.git
synced 2026-07-23 06:00:24 +03:00
allow concurrent aborts on active uploadParts() (#21229)
allow aborting on active uploads in progress, however fail these uploads subsequently during commit phase and return appropriate errors
This commit is contained in:
@@ -508,6 +508,7 @@ type RenamePartHandlerParams struct {
|
||||
DstVolume string `msg:"dv"`
|
||||
DstFilePath string `msg:"dp"`
|
||||
Meta []byte `msg:"m"`
|
||||
SkipParent string `msg:"kp"`
|
||||
}
|
||||
|
||||
// ReadAllHandlerParams are parameters for ReadAllHandler.
|
||||
|
||||
Reference in New Issue
Block a user