Revert "Disable crawler in FS/NAS gateway mode (#9695)" (#9702)

This reverts commit eba423bb9d.

Additionally also address the FS crawler to properly
calculate the sizes for encrypted/compressed content.
This commit is contained in:
Harshavardhana
2020-05-25 11:32:53 -07:00
committed by GitHub
parent fb9be81fab
commit 6e0575a53d
5 changed files with 79 additions and 19 deletions

View File

@@ -183,8 +183,6 @@ func StartGateway(ctx *cli.Context, gw Gateway) {
// Enable IAM admin APIs if etcd is enabled, if not just enable basic
// operations such as profiling, server info etc.
//
// quota opts are disabled in gateway mode.
registerAdminRouter(router, enableConfigOps, enableIAMOps)
// Add healthcheck router