forked from TrueCloudLab/frostfs-s3-gw
[#673] Add bucket name logs
Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
This commit is contained in:
parent
091ec716d9
commit
23afaf3191
3 changed files with 5 additions and 3 deletions
|
@ -290,7 +290,7 @@ func (h *handler) DeleteMultipleObjectsHandler(w http.ResponseWriter, r *http.Re
|
|||
}
|
||||
|
||||
func formObjNameToLog(obj *layer.VersionedObject) string {
|
||||
return obj.Name + "\x00" + obj.VersionID
|
||||
return "versionID:" + obj.VersionID + ",key:" + obj.Name
|
||||
}
|
||||
|
||||
func (h *handler) DeleteBucketHandler(w http.ResponseWriter, r *http.Request) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue