mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
comments
This commit is contained in:
parent
daa27b2119
commit
61811dc2f1
|
@ -271,6 +271,9 @@ func (s3a *S3ApiServer) listObjectParts(input *s3.ListPartsInput) (output *ListP
|
||||||
return nil, s3err.ErrNoSuchUpload
|
return nil, s3err.ErrNoSuchUpload
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Note: The upload directory is sort of a marker of the existence of an multipart upload request.
|
||||||
|
// So can not just delete empty upload folders.
|
||||||
|
|
||||||
output.IsTruncated = aws.Bool(!isLast)
|
output.IsTruncated = aws.Bool(!isLast)
|
||||||
|
|
||||||
for _, entry := range entries {
|
for _, entry := range entries {
|
||||||
|
|
Loading…
Reference in a new issue