update bucket storage
Build and Deploy / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-06-23 11:22:49 +03:30
parent fa1a029298
commit 67e34bb753
2 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -24,7 +24,8 @@ class UploadService {
secretAccessKey: process.env.BUCKET_SECRET_KEY,
},
endpoint: process.env.BUCKET_URL,
region: "default",
region: "us-east-1",
forcePathStyle: true,
};
private fileOption = {