dev add cold storage
Test Workflow / test (push) Has been cancelled

This commit is contained in:
2026-04-23 14:28:06 +07:00
parent 71aa8ee01a
commit d0b977291c
2 changed files with 33 additions and 25 deletions
@@ -176,8 +176,6 @@ public class CloudStorageService {
s3Client.getObject(objectRequest, tempFile.toPath());
tempFile.deleteOnExit();
return tempFile;
}