mirror of
https://github.com/pgsty/minio.git
synced 2026-07-22 13:40:22 +03:00
multipart: Multipart resume simplify further.
This commit is contained in:
+1
-1
@@ -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