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

@@ -91,7 +91,7 @@ type ObjectResourcesMetadata struct {
MaxParts int
IsTruncated bool
Part []*PartMetadata
Part []PartMetadata
EncodingType string
}