mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 04:30:26 +03:00
Implement KMS handlers (#15737)
This commit is contained in:
@@ -89,6 +89,9 @@ func configureServerHandler(endpointServerPools EndpointServerPools) (http.Handl
|
||||
// Add STS router always.
|
||||
registerSTSRouter(router)
|
||||
|
||||
// Add KMS router
|
||||
registerKMSRouter(router)
|
||||
|
||||
// Add API router
|
||||
registerAPIRouter(router)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user