mirror of
https://github.com/pgsty/minio.git
synced 2026-07-27 07:56:17 +03:00
fix: deleteObjectTagging should 204 on success (#9150)
This commit is contained in:
@@ -2981,5 +2981,5 @@ func (api objectAPIHandlers) DeleteObjectTaggingHandler(w http.ResponseWriter, r
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
writeSuccessResponseHeadersOnly(w)
|
writeSuccessNoContent(w)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user