Backblaze / b2-sdk-python

Python library to access B2 cloud storage.
Other
186 stars 61 forks source link

allow bigger min_part_size without having to explicitly set recommened_part_size as well #476

Closed mjurbanski-reef closed 9 months ago

mjurbanski-reef commented 9 months ago

This will prevent errors in b2 CLI when doing b2 upload-file bucket test.txt 'test.txt' --minPartSize 100000001, which currently errors out.