From 66eba9eef7feb2608ace8d55b4035a5b83552414 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sat, 18 Dec 2021 01:48:03 +0100 Subject: [PATCH] fix(core): update --- ts/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ts/index.ts b/ts/index.ts index b0b286e..15c9b92 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -24,8 +24,7 @@ export class Smarts3 { port: this.options.port || 3000, address: '0.0.0.0', silent: false, - directory: paths.bucketsDir, - allowMismatchedSignatures: true, + directory: paths.bucketsDir }) await this.s3Instance.run(); console.log('s3 server is running');