https://github.com/gliterd/flysystem-backblaze/blob/42549be7b3e6f372c824896ccd1d901052cb6d8c/src/BackblazeAdapter.php#L130-L133 This could be implemented using copyFile (see https://github.com/gliterd/backblaze-b2/pull/57) and then delete the original file.
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.