mirror of
https://github.com/minio/minio.git
synced 2025-11-23 19:17:43 -05:00
multipart: Multipart resume simplify further.
This commit is contained in:
@@ -48,7 +48,7 @@ type MultipartSession struct {
|
||||
TotalParts int
|
||||
UploadID string
|
||||
Initiated time.Time
|
||||
Parts []*PartMetadata
|
||||
Parts []PartMetadata
|
||||
}
|
||||
|
||||
// Multiparts collection of many parts
|
||||
|
||||
Reference in New Issue
Block a user