mirror of
https://github.com/versity/versitygw.git
synced 2026-09-08 00:57:05 +00:00
fix: get simple multipart upload tests passing
This commit is contained in:
@@ -136,6 +136,7 @@ func runGateway(be backend.Backend) error {
|
||||
app := fiber.New(fiber.Config{
|
||||
AppName: "versitygw",
|
||||
ServerHeader: "VERSITYGW",
|
||||
BodyLimit: 5 * 1024 * 1024 * 1024,
|
||||
})
|
||||
|
||||
var opts []s3api.Option
|
||||
|
||||
Reference in New Issue
Block a user