fix(core): update
This commit is contained in:
parent
d9e80caa6f
commit
3c75bfedfc
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user