Add CORS support to minio s3 server

This commit is contained in:
Krishna Srinivas
2015-08-31 14:40:12 -07:00
parent d5d4c7046f
commit 1e82ee1192
2 changed files with 6 additions and 0 deletions

View File

@@ -85,6 +85,7 @@ func registerCustomMiddleware(mux http.Handler, conf api.Config) http.Handler {
api.IgnoreResourcesHandler,
api.ValidateAuthHeaderHandler,
api.LoggingHandler,
api.CorsHandler,
// Add new your new middleware here
)