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

Python library to access B2 cloud storage.

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

Pytest 8 no longer works with lazy-fixture, see https://github.com/TvoroG/pytest-lazy-fixture/issues/65, other projects which used it have switched away from it like [pyarrow](https://github.com/apache/arrow/issues/39849) and [httpie](https://github.com/httpie/cli/commit/db16bbee961ceb93b7831fe1ec44a72d56a33e38). In Arch Linux we want to keep...

To utilize b2sdk under asyncio, I'm running it under threadpool executor, but strangely enough, error occurred once per server and not multiple times on a single server (I have ~80...

bug
b2-api

This is especially problematic, as _v3 is still unreleased, it's hard to catch in a manner that won't break on next b2sdk update. That case is supposed to be handled...

bug

The documentation suggest that using the `Synchronizer` class to handle file operations is better but further reading the docs on how to use the `Synchronizer` class is just so convoluted....

help wanted

Large files are downloaded in parts in parallel by all compliant clients, as specified by [B2 integration checklist](https://www.backblaze.com/b2/docs/integration_checklist.html#:~:text=Multithreading%20downloads). The extra data cost is there because when we start streaming the...

help wanted

I don't see any trace of async support in this SDK, do you have a plan to add it or I need to use `loop.run_in_executor()` each time I'm interacting with...

enhancement

This is my system's locale: ``` $ locale LANG= LC_CTYPE="POSIX" LC_NUMERIC="POSIX" LC_TIME="POSIX" LC_COLLATE="POSIX" LC_MONETARY="POSIX" LC_MESSAGES="POSIX" LC_PAPER="POSIX" LC_NAME="POSIX" LC_ADDRESS="POSIX" LC_TELEPHONE="POSIX" LC_MEASUREMENT="POSIX" LC_IDENTIFICATION="POSIX" LC_ALL= ``` From [this link](https://pubs.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap07.html#:~:text=For%20C%2Dlanguage%20programs%2C%20the,C%22%20or%20%22POSIX%22.) it seems like this...

more-information-needed

### Issue Description When attempting to use the `ls()` method on a `Bucket` object obtained from `b2sdk.v2.B2Api.get_bucket_by_name()`, I encountered a TypeError stating that the `Bucket` argument type is incompatible with...

more-information-needed