fix(core): update
This commit is contained in:
		| @@ -40,7 +40,7 @@ export class Smarts3 { | |||||||
|     console.log('s3 server is running'); |     console.log('s3 server is running'); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   public async getLocalS3Descriptor(): Promise<plugins.smartbucket.ISmartBucketConfig> { |   public async getS3Descriptor(): Promise<plugins.smartbucket.ISmartBucketConfig> { | ||||||
|     return { |     return { | ||||||
|       accessKey: this.dataForClient.s3AccessKey, |       accessKey: this.dataForClient.s3AccessKey, | ||||||
|       accessSecret: this.dataForClient.s3AccessSecret, |       accessSecret: this.dataForClient.s3AccessSecret, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user