[bug] Fix AWS sdk migration bug

This commit is contained in:
Sergey Konovalov
2024-01-24 19:33:10 +03:00
parent 929e22fb57
commit cd822068c1

View File

@ -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);