dev test baseurl for test
Test Workflow / test (push) Has been cancelled

This commit is contained in:
2026-04-22 01:06:19 +07:00
parent 83ed7c5b01
commit 6dec7838ce
3 changed files with 70 additions and 45 deletions
@@ -51,7 +51,6 @@ public class CloudStorageService {
public void saveFilesToStorage(String mimeType, String extension, String sendToCloudFilePath) {
AwsCredentials credentials = AwsBasicCredentials.create(key, secretKey);
S3Client s3Client = S3Client.builder()
.httpClient(ApacheHttpClient.create())
.region(Region.of(region))