mirror of
https://github.com/versity/versitygw.git
synced 2026-02-11 04:31:08 +00:00
Merge pull request #1798 from versity/sis/listparts-remove-metadata-loading
This commit is contained in:
@@ -2462,10 +2462,6 @@ func (p *Posix) ListParts(ctx context.Context, input *s3.ListPartsInput) (s3resp
|
||||
nextpart = parts[len(parts)-1].PartNumber
|
||||
}
|
||||
|
||||
userMetaData := make(map[string]string)
|
||||
upiddir := filepath.Join(objdir, uploadID)
|
||||
p.loadObjectMetaData(nil, bucket, upiddir, nil, userMetaData)
|
||||
|
||||
return s3response.ListPartsResult{
|
||||
Bucket: bucket,
|
||||
IsTruncated: oldLen != newLen,
|
||||
|
||||
Reference in New Issue
Block a user