mirror of
https://github.com/pgsty/minio.git
synced 2026-08-02 08:35:58 +03:00
Unify gateway and object layer. (#5487)
* Unify gateway and object layer. Bring bucket policies into object layer.
This commit is contained in:
+1
-1
@@ -171,7 +171,7 @@ func StartGateway(ctx *cli.Context, gw Gateway) {
|
||||
if globalIsBrowserEnabled {
|
||||
fatalIf(registerWebRouter(router), "Unable to configure web browser")
|
||||
}
|
||||
registerGatewayAPIRouter(router, newObject)
|
||||
registerAPIRouter(router)
|
||||
|
||||
var handlerFns = []HandlerFunc{
|
||||
// Validate all the incoming paths.
|
||||
|
||||
Reference in New Issue
Block a user