@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.
@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.
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.