developmentseed / obstore

Simple, fast integration with Amazon S3, Google Cloud Storage, Azure Storage, and S3-compliant APIs like Cloudflare R2
https://developmentseed.org/obstore
MIT License
146 stars 3 forks source link

Fix retry dict conversion #94

Closed kylebarron closed 18 hours ago

kylebarron commented 18 hours ago

Closes #92

It's a bit confusing that we have to write timedelta in a string for the client_options. https://github.com/developmentseed/obstore/pull/81 may help fix that by adding a ClientOptions Python class.

@aldenks You can look at the new test case I added here.

kylebarron commented 18 hours ago

I'm pushing 0.3.0-beta.7 if you want to try it out

aldenks commented 14 hours ago

Tested and working great, thank you Kyle!