|
@ -100,6 +100,7 @@ func (s3a *S3ApiServer) completeMultipartUpload(ctx context.Context, input *s3.C |
|
|
|
|
|
|
|
|
output = &CompleteMultipartUploadResult{ |
|
|
output = &CompleteMultipartUploadResult{ |
|
|
CompleteMultipartUploadOutput: s3.CompleteMultipartUploadOutput{ |
|
|
CompleteMultipartUploadOutput: s3.CompleteMultipartUploadOutput{ |
|
|
|
|
|
Location: aws.String(fmt.Sprintf("http://%s%s/%s", s3a.option.Filer, dirName, entryName)), |
|
|
Bucket: input.Bucket, |
|
|
Bucket: input.Bucket, |
|
|
ETag: aws.String("\"" + filer2.ETag(finalParts) + "\""), |
|
|
ETag: aws.String("\"" + filer2.ETag(finalParts) + "\""), |
|
|
Key: objectKey(input.Key), |
|
|
Key: objectKey(input.Key), |
|
|