forked from TrueCloudLab/frostfs-s3-gw
[#354] Do not proceed on bucket remove error
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
parent
c0f959ece7
commit
7ae4323116
1 changed files with 1 additions and 0 deletions
|
@ -277,6 +277,7 @@ func (h *handler) DeleteBucketHandler(w http.ResponseWriter, r *http.Request) {
|
|||
SessionToken: sessionToken,
|
||||
}); err != nil {
|
||||
h.logAndSendError(w, "couldn't delete bucket", reqInfo, err)
|
||||
return
|
||||
}
|
||||
|
||||
chainIDs := []chain.ID{
|
||||
|
|
Loading…
Reference in a new issue