diff --git a/Common/sources/storage-s3.js b/Common/sources/storage-s3.js index e288a802..66db0d5d 100644 --- a/Common/sources/storage-s3.js +++ b/Common/sources/storage-s3.js @@ -74,8 +74,8 @@ var configS3 = { }; if (configS3.endpoint) { - configS3.sslEnabled = cfgSslEnabled; - configS3.s3ForcePathStyle = cfgS3ForcePathStyle; + configS3.tls = cfgSslEnabled; + configS3.forcePathStyle = cfgS3ForcePathStyle; } const client = new S3Client(configS3);