Skip to content

Commit

Permalink
Show which error caused s3 setup cleanup command to fail (#8659)
Browse files Browse the repository at this point in the history
  • Loading branch information
riasvdv authored Oct 11, 2024
1 parent b11834b commit 7ae2a53
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ public function handle()
]);
} catch (\Exception $e) {
$this->error('Failed to configure S3 bucket ['.$bucket.'] to automatically cleanup files older than 24hrs!');
$this->error($e->getMessage());

return;
}
Expand Down

0 comments on commit 7ae2a53

Please sign in to comment.