admin
Some checks are pending
Backend CI / test (push) Waiting to run
Backend CI / build (push) Blocked by required conditions
Deploy Mnemo Cards / Deploy Backend (push) Waiting to run
Deploy Mnemo Cards / Deploy Web App (push) Blocked by required conditions
Deploy Mnemo Cards / Final Verification (push) Blocked by required conditions

This commit is contained in:
Dmitry 2025-12-20 18:41:36 +03:00
parent 42e76de869
commit 4751594b9a

View file

@ -115,11 +115,6 @@ class MinioService {
print('✅ Generated presigned URL for $bucket/$objectId (expires in ${expiry}s)');
return url;
} on MinioException catch (e) {
print(
'❌ MinIO error generating presigned URL for $bucket/$objectId: ${e.code} - ${e.message}',
);
return null;
} catch (e, s) {
print(
'❌ Unexpected error generating presigned URL for $bucket/$objectId: $e\n$s',