-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
We are uploading our backup files to an S3 compatible storage. But downloading them always returns an error:
League\ Flysystem\ UnableToRetrieveMetadata
Unable to retrieve the file_size for file at location: ...
After digging around a bit I found out, that the plugins tries to download from the filesystem NULL in the DownloadBackupController:
Storage::disk(config('backup.backup.disk'))
The backup.disk variable isn't set in the config file. After adding it to the local config file it works. If this isn't intentional behaveiour you should change the config variable to:
config('backup.destination.disk')
Metadata
Metadata
Assignees
Labels
No labels