b2-sdk-python icon indicating copy to clipboard operation
b2-sdk-python copied to clipboard

Python library to access B2 cloud storage.

Results 59 b2-sdk-python issues
Sort by recently updated
recently updated
newest added

This is a dummy PR we can use to clean up the CI account that got somehow polluted with test buckets, we may need to unify the cleaners between cli...

in spirit of #255 I am certainly not familiar enough with the process, hence my asking you to provide guidance. I will leave it to the maintainers to continue this...

B2 does not provide the contentSha1 value for large files, instead returning "none". This can cause confusion for many users [1], and the fact that the B2 CLI does not...

Create a B2Response subclass that inherits from Response and override iter_content() to set decode_content=False in call to raw.stream(). Use B2Response for downloads so that when files are uploaded with b2-content-encoding=gzip,...

Fixed `authorize_account` to compare the `application_key_id` parameter to the old `application_key_id` instead of the `account_id`. This used to result in the cache being cleared on every call to `authorize_account`, unless...