Blobfile

Latest version: v2.1.1

Safety actively analyzes 630052 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 8

1.2.1

* When uploading to a file with `streaming=True` (not the default), avoid an extra copy of the data being uploaded. This is mostly an optimization for when you do a single large `f.write()`.

1.2.0

* Set `use_azure_storage_account_key_fallback` to `False` by default. This is a backwards breaking change if you rely on storage account keys. To go back to the previous behavior, call `bf.configure(use_azure_storage_account_key_fallback=True)`.

1.1.3

* Support pagination of azure management pages.

1.1.2

* Don't log connection aborted errors on first try.
* Use slightly different backoff jitter algorithm
* Fix `tell()` for streaming write files, this fixes a bug where zip files would not be written correctly when written to a `streaming=True` file while using the `zipfile` library.

1.1.1

* Add `create_context()` function to create `blobfile` instances with different configurations
* Retry azure remote copy if a copy is already in progress
* Fix bug in parallel azure upload

1.1.0

* Remove `BLOBFILE_BACKENDS` environment variable
* Various internal refactorings
* By default, common errors will not be logged unless a request has been retried enough times

Page 4 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.