fix: s3 region

Signed-off-by: Innei <i@innei.in>
This commit is contained in:
Innei
2024-04-20 14:17:51 +08:00
parent 9dc3fbd15a
commit e18ce0d5a5

View File

@@ -301,7 +301,7 @@ export class BackupService {
}
const s3 = new S3Client({
region: 'auto',
region,
endpoint,
credentials: {
accessKeyId: secretId,