blobfile
blobfile copied to clipboard
Read Google Cloud Storage, Azure Blobs, and local paths with the same interface
tensorflow is giving me segfaults. Also az will hang in some cases.
Can you confirm that `_ops_test.py` and `_xml_test.py` are not needed during normal use? Perhaps they should be excluded from installation when building the package?
Can speed up scanning very large directories by a fair bit under some assumptions.
Better handle the case where `_clear_uncommitted_blocks` returns with an unsuccessful HttpResponse. Currently this will raise a `KeyError` because the `etag` header is missing.
I found an issue in the _gcp.py file at line 55 (https://github.com/blobfile/blobfile/blob/dd9459f0af08efe852827d0d29c54f1e20529177/blobfile/_gcp.py#L55). The code currently imports pkcs1_15 from Cryptodome.Signature: from Cryptodome.Signature import pkcs1_15 However, it is recommended not to use...