We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c60147a commit 4f3b924Copy full SHA for 4f3b924
app/Lio/ServiceProviders/BackupServiceProvider.php
@@ -52,7 +52,7 @@ protected function registerBackupCleaner()
52
$destination = $app['config']->get('backup.destination');
53
54
if ($destination === 's3') {
55
- $config = $storage['local']['s3'];
+ $config = $storage['s3'];
56
57
$client = S3Client::factory([
58
'key' => $config['key'],
0 commit comments