New B2 Copy API

@gchen, maybe it’s something interesting to follow:


https://www.backblaze.com/b2/docs/b2_copy_file.html
https://www.backblaze.com/b2/docs/b2_copy_part.html

Looks like rename will be possible.

1 Like

I’m pretty happy with the current b2_hide_file method. The problem with b2_copy_file is that you’ll need 2 api calls, one copy and one delete, to rename a file. So I think we won’t switch until they have a new b2_rename_file api.

Ok, sounds reasonable.