mirror of
https://github.com/pgsty/minio.git
synced 2026-07-21 21:20:23 +03:00
Further fixes for ACL support, currently code is disabled in all the handlers
Disabled because due to lack of testing support. Once we get that in we can uncomment them back.
This commit is contained in:
+2
-3
@@ -176,9 +176,8 @@ var errorCodeResponse = map[int]Error{
|
||||
HTTPStatusCode: http.StatusBadRequest,
|
||||
},
|
||||
NotAcceptable: {
|
||||
Code: "NotAcceptable",
|
||||
Description: `The requested resource is only capable of generating content
|
||||
not acceptable according to the Accept headers sent in the request.`,
|
||||
Code: "NotAcceptable",
|
||||
Description: "The requested resource is only capable of generating content not acceptable according to the Accept headers sent in the request.",
|
||||
HTTPStatusCode: http.StatusNotAcceptable,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user