nodecraft / b2-cloud-storage

Backblaze B2 Cloud Storage API Client. Implements all of the B2 Cloud Storage APIs, with helper methods for uploading files.
MIT License
42 stars 10 forks source link

b2_copy_file limited to 5GB #4

Closed Cherry closed 5 years ago

Cherry commented 5 years ago

As per discussion with backblaze, b2_copy_file is limited to 5GB. We need add a helper method or similar to detect the file size, and then use b2_copy_part if necessary.

Cherry commented 5 years ago

Patched in https://github.com/nodecraft/b2-cloud-storage/commit/b57cdbfd1956d5bb2d6514c14cae18e04fcdda1c.