Blobfile

Latest version: v2.1.1

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

Scan your dependencies

Page 3 of 8

1.2.7

* Support using access tokens from new versions of azure-cli, thanks hauntsaninja for adding this.

1.2.6

* Change to use oauth v2 for azure, thanks cjgibson for adding this.

1.2.5

* Fix bug in `scanglob` that marked files as directories, thanks jacobhilton for fixing this
* Fix rare crash when writing files, thanks unixpickle for fixing this

1.2.4

* `connection_pool_max_size` and `max_connection_pool_count` are no longer supported due to issues with `ProcessPoolExecutor`, instead you may specify `get_http_pool` if you need to control these settings.
* Add `file_size` argument to `BlobFile` to skip reading the size of the file on creation.

1.2.3

* Change `default_buffer_size` to `8 * 2**20`
* Increased the chunk size for `readall()` to `8 * 2**20`
* Fix GCS write file to respect `google_write_chunk_size`

1.2.2

* Added an option to disable streaming reads since azure doesn't handle it well, `use_streaming_read=False`. These are now disabled by default.
* Added an option to set the default buffer size, `default_buffer_size`, which is important to set if you disable streaming reads.

Page 3 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.