refactor: add debug log line
This commit is contained in:
parent
e45ab26a09
commit
844d3a0a5f
|
@ -384,6 +384,8 @@ func (s StorageServiceDefault) S3MultipartUpload(ctx context.Context, data io.Re
|
||||||
ETag: uploadPartOutput.ETag,
|
ETag: uploadPartOutput.ETag,
|
||||||
PartNumber: aws.Int32(int32(partNum)),
|
PartNumber: aws.Int32(int32(partNum)),
|
||||||
})
|
})
|
||||||
|
|
||||||
|
s.logger.Debug("Completed part", zap.Int("partNum", partNum), zap.String("key", key), zap.String("bucket", bucket))
|
||||||
}
|
}
|
||||||
|
|
||||||
// Ensure parts are ordered by part number before completing the upload
|
// Ensure parts are ordered by part number before completing the upload
|
||||||
|
|
Loading…
Reference in New Issue