oio-sds
oio-sds copied to clipboard
Use same HTTP lib for all chunk operations
A portion of oio.blob.clien.BlobClient
uses requests, whereas the other portion uses oio.api.io.ChunkReader
, which uses eventlet's httplib. This is not consistent. We would like to get rid of requests.
tests.utils.BaseTestCase
also uses requests, which can probably be replaced by urllib3.