fix 0 size (#3683)

This commit is contained in:
ImFantuan
2022-09-15 16:27:02 +08:00
committed by GitHub
parent bb880d6253
commit b64411bda8

View File

@@ -147,6 +147,7 @@ func (s3a *S3ApiServer) completeMultipartUpload(input *s3.CompleteMultipartUploa
} else if mime != "" { } else if mime != "" {
entry.Attributes.Mime = mime entry.Attributes.Mime = mime
} }
entry.Attributes.FileSize = uint64(offset)
}) })
if err != nil { if err != nil {