forked from TrueCloudLab/frostfs-s3-gw
[#754] Remove duplicating CID/OID logging calls
Signed-off-by: Artem Tataurov <a.tataurov@yadro.com> (cherry picked from commit 8c178fc3c7265fecc897a2526419bb748847c668)
This commit is contained in:
parent
af7fbd6f32
commit
8e14ccad9f
4 changed files with 2 additions and 42 deletions
|
@ -348,13 +348,6 @@ func (h *handler) UploadPartCopy(w http.ResponseWriter, r *http.Request) {
|
|||
return
|
||||
}
|
||||
|
||||
h.log.Debug("copy details",
|
||||
zap.String("reqId", reqInfo.RequestID),
|
||||
zap.String("bucket", reqInfo.BucketName),
|
||||
zap.Stringer("cid", bktInfo.CID),
|
||||
zap.String("object", reqInfo.ObjectName),
|
||||
zap.Stringer("oid", info.ID))
|
||||
|
||||
response := UploadPartCopyResponse{
|
||||
ETag: info.HashSum,
|
||||
LastModified: info.Created.UTC().Format(time.RFC3339),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue