Hi,
Many thanks for this useful library.
I was wondering if you have any plans to switch to using boto3: boto is at this point no longer properly maintained and bugs are no longer being addressed or pull requests merged.
I am hit for example by this bug, which affects me with python-radosgw-admin, as I try to connect to an endpoint with self-signed certificates. I can get around it with the https_connection_factory hack, but it's not pretty...
Hi,
Many thanks for this useful library.
I was wondering if you have any plans to switch to using
boto3:botois at this point no longer properly maintained and bugs are no longer being addressed or pull requests merged.I am hit for example by this bug, which affects me with python-radosgw-admin, as I try to connect to an endpoint with self-signed certificates. I can get around it with the
https_connection_factoryhack, but it's not pretty...