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

This commit is contained in:
2026-04-23 14:11:05 +07:00
parent 04506f4b42
commit 71aa8ee01a
3 changed files with 6 additions and 9 deletions
@@ -198,6 +198,7 @@ public class CloudStorageService {
try {
ResponseBytes<GetObjectResponse> responseBytes = s3Client.getObjectAsBytes(objectRequest);
return responseBytes.asByteArray();
} catch (Exception e) {
log.error("Failed to read file from S3: {}", filePath, e);