Closed mkingbe closed 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
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