Closed BenBao93 closed 3 years ago
The docs for AmazonS3 Sync state that the option "path" is not required and will be assumed with default "/". However if omitted an error is returned:
Exception 'phpbu\App\Backup\Sync\Exception' with message 'path is mandatory' in src/Backup/Sync/AmazonS3.php:146
This seems to be because 'path' is included in the validation check call at src/Backup/Sync/AmazonS3.php:120
src/Backup/Sync/AmazonS3.php:120
I'll just make path optional then :)
Starting from the next release path with really be optional.
path
Thanks :)
The docs for AmazonS3 Sync state that the option "path" is not required and will be assumed with default "/". However if omitted an error is returned:
This seems to be because 'path' is included in the validation check call at
src/Backup/Sync/AmazonS3.php:120