backup-manager / laravel

Driver to seamlessly integrate the Backup Manager into Laravel applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mount manager overwrite

mkingbe opened this issue · comments

Hello,

I want to copy a file from local to s3 and I'm using this logic.
$mountManager->copy('local://storage/file.xml', 's3://file.xml');

How can I overwrite the file if it exists, because now an exception is throw?

Thanks