fix(core): update
This commit is contained in:
parent
554f554e9e
commit
66eba9eef7
@ -24,8 +24,7 @@ export class Smarts3 {
|
|||||||
port: this.options.port || 3000,
|
port: this.options.port || 3000,
|
||||||
address: '0.0.0.0',
|
address: '0.0.0.0',
|
||||||
silent: false,
|
silent: false,
|
||||||
directory: paths.bucketsDir,
|
directory: paths.bucketsDir
|
||||||
allowMismatchedSignatures: true,
|
|
||||||
})
|
})
|
||||||
await this.s3Instance.run();
|
await this.s3Instance.run();
|
||||||
console.log('s3 server is running');
|
console.log('s3 server is running');
|
||||||
|
Loading…
Reference in New Issue
Block a user