修复使用S3有时无法接收邮件

This commit is contained in:
eoao
2025-09-05 16:23:46 +08:00
parent 2fd34b407e
commit b046f49ea2
4 changed files with 446 additions and 180 deletions

View File

@@ -61,6 +61,7 @@ const s3Service = {
accessKeyId: s3AccessKey,
secretAccessKey: s3SecretKey,
},
forcePathStyle: true
});
}
}