fix(core): update
This commit is contained in:
parent
9592ab863a
commit
ea9d0f58e9
@ -22,7 +22,7 @@ export class SmartBucket {
|
||||
this.minioClient = new plugins.minio.Client({
|
||||
endPoint: this.config.endpoint,
|
||||
port: configArg.port || 443,
|
||||
useSSL: configArg.useSsl || true,
|
||||
useSSL: configArg.useSsl !== undefined ? configArg.useSsl : true,
|
||||
accessKey: this.config.accessKey,
|
||||
secretKey: this.config.accessSecret,
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user