return 204 status code for DeleteBucketTagging (#17400)

This commit is contained in:
Harshavardhana 2023-06-11 20:49:02 -07:00 committed by GitHub
parent f986b0c493
commit be45ffd8a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1872,5 +1872,5 @@ func (api objectAPIHandlers) DeleteBucketTaggingHandler(w http.ResponseWriter, r
}))
// Write success response.
writeSuccessResponseHeadersOnly(w)
writeSuccessNoContent(w)
}