Merge pull request #451 from ONLYOFFICE/fix/bug-minio

[bug] Fix AWS sdk migration bug
This commit is contained in:
Oleg Korshul
2024-01-24 19:36:49 +03:00
committed by GitHub

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