mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-23 04:13:35 +08:00
comments
This commit is contained in:
@@ -271,6 +271,9 @@ func (s3a *S3ApiServer) listObjectParts(input *s3.ListPartsInput) (output *ListP
|
||||
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)
|
||||
|
||||
for _, entry := range entries {
|
||||
|
Reference in New Issue
Block a user