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
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:
parent
42e76de869
commit
4751594b9a
1 changed files with 0 additions and 5 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue