Closed kylebarron closed 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.
client_options
ClientOptions
@aldenks You can look at the new test case I added here.
I'm pushing 0.3.0-beta.7 if you want to try it out
Tested and working great, thank you Kyle!
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 aClientOptions
Python class.@aldenks You can look at the new test case I added here.