1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-07 09:37:49 +02:00

add comment

This commit is contained in:
Chris Lu 2020-09-11 15:07:19 -07:00
parent baa6bdf4d4
commit 3984c3962f

View file

@ -206,6 +206,8 @@ type ListPartsResult struct {
}
func (s3a *S3ApiServer) listObjectParts(input *s3.ListPartsInput) (output *ListPartsResult, code ErrorCode) {
// https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListParts.html
output = &ListPartsResult{
Bucket: input.Bucket,
Key: objectKey(input.Key),