mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
Merge pull request #451 from ONLYOFFICE/fix/bug-minio
[bug] Fix AWS sdk migration bug
This commit is contained in:
@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user