multipart: Multipart resume simplify further.

This commit is contained in:
Harshavardhana
2016-02-05 16:47:31 -08:00
parent 7f7697ca38
commit 69bd001c8b
3 changed files with 34 additions and 55 deletions

View File

@@ -48,7 +48,7 @@ type MultipartSession struct {
TotalParts int
UploadID string
Initiated time.Time
Parts []*PartMetadata
Parts []PartMetadata
}
// Multiparts collection of many parts