Merge pull request #235 from versity/ben/admin_server

fix: remove body limit for admin app
This commit is contained in:
Ben McClelland
2023-09-13 07:16:50 -07:00
committed by GitHub
-1
View File
@@ -250,7 +250,6 @@ func runGateway(ctx *cli.Context, be backend.Backend, s auth.Storer) error {
admApp := fiber.New(fiber.Config{
AppName: "versitygw",
ServerHeader: "VERSITYGW",
BodyLimit: 5 * 1024 * 1024 * 1024,
})
var admOpts []s3api.AdminOpt