han
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
weed/s3api/filer_multipart.go
|
@ -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) |
|
|