From 3c75bfedfc9fa23f1947f6436ea137aebfe2c32c Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 20 Dec 2021 16:38:51 +0100 Subject: [PATCH] fix(core): update --- ts/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/index.ts b/ts/index.ts index fd46e64..cb9b34f 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -40,7 +40,7 @@ export class Smarts3 { console.log('s3 server is running'); } - public async getLocalS3Descriptor(): Promise { + public async getS3Descriptor(): Promise { return { accessKey: this.dataForClient.s3AccessKey, accessSecret: this.dataForClient.s3AccessSecret,