backup-manager / laravel

Driver to seamlessly integrate the Backup Manager into Laravel applications.
MIT License
655 stars 149 forks source link

mount manager overwrite #96

Closed mkingbe closed 7 years ago

mkingbe commented 7 years ago

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