mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-23 11:54:05 +08:00
@@ -209,6 +209,7 @@ func (s3a *S3ApiServer) completeMultipartUpload(input *s3.CompleteMultipartUploa
|
|||||||
ModifiedTsNs: chunk.ModifiedTsNs,
|
ModifiedTsNs: chunk.ModifiedTsNs,
|
||||||
CipherKey: chunk.CipherKey,
|
CipherKey: chunk.CipherKey,
|
||||||
ETag: chunk.ETag,
|
ETag: chunk.ETag,
|
||||||
|
IsCompressed: chunk.IsCompressed,
|
||||||
}
|
}
|
||||||
finalParts = append(finalParts, p)
|
finalParts = append(finalParts, p)
|
||||||
offset += int64(chunk.Size)
|
offset += int64(chunk.Size)
|
||||||
|
Reference in New Issue
Block a user