mirror of
https://github.com/minio/minio.git
synced 2025-02-10 13:18:12 -05:00
fix: deleteObjectTagging should 204 on success (#9150)
This commit is contained in:
parent
eeb5942b6b
commit
8b880a246a
@ -2981,5 +2981,5 @@ func (api objectAPIHandlers) DeleteObjectTaggingHandler(w http.ResponseWriter, r
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
writeSuccessResponseHeadersOnly(w)
|
writeSuccessNoContent(w)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user