fix: deleteObjectTagging should 204 on success (#9150)

This commit is contained in:
kannappanr 2020-03-16 23:21:24 -07:00 committed by GitHub
parent eeb5942b6b
commit 8b880a246a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2981,5 +2981,5 @@ func (api objectAPIHandlers) DeleteObjectTaggingHandler(w http.ResponseWriter, r
return
}
writeSuccessResponseHeadersOnly(w)
writeSuccessNoContent(w)
}