We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flysystem-backblaze/src/BackblazeAdapter.php
Lines 130 to 133 in 42549be
This could be implemented using copyFile (see gliterd/backblaze-b2#57) and then delete the original file.
The text was updated successfully, but these errors were encountered:
Yes, a decision needs to be made what to do when the copy command succeeds, but the delete fails. There are no transactions ;-)
Perhaps throwing an exception is good enough.
Sorry, something went wrong.
No branches or pull requests
flysystem-backblaze/src/BackblazeAdapter.php
Lines 130 to 133 in 42549be
This could be implemented using copyFile (see gliterd/backblaze-b2#57) and then delete the original file.
The text was updated successfully, but these errors were encountered: