mirror of
https://github.com/minio/minio.git
synced 2025-11-09 13:39:46 -05:00
Add code to translate errInvalidEncryptionParameters to APIErrcode (#6625)
Fixes #6623
This commit is contained in:
@@ -570,7 +570,7 @@ func (api objectAPIHandlers) HeadObjectHandler(w http.ResponseWriter, r *http.Re
|
||||
|
||||
// Set standard object headers.
|
||||
if hErr := setObjectHeaders(w, objInfo, rs); hErr != nil {
|
||||
writeErrorResponse(w, toAPIErrorCode(hErr), r.URL)
|
||||
writeErrorResponseHeadersOnly(w, toAPIErrorCode(hErr))
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user