You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In SimpleKV the Boto3 store was merged while the CI had been down for months: mbr/simplekv#106
So there was never a successful test-run on the CI. I spent an hour on it but couldn't figure out how to get it to connect to a Minio instance without bigger changes to the code. This is due to the client being created implicitly (contrary to explicitly like in the Boto store). I couldn't find a way to point the client to a local endpoint without modifying the global ~/.aws/config file.
The boto store still works, but the boto library hasn't seen any updates since 2018, so we should move to boto3 at some point definitely.
The text was updated successfully, but these errors were encountered:
In SimpleKV the Boto3 store was merged while the CI had been down for months: mbr/simplekv#106
So there was never a successful test-run on the CI. I spent an hour on it but couldn't figure out how to get it to connect to a Minio instance without bigger changes to the code. This is due to the client being created implicitly (contrary to explicitly like in the Boto store). I couldn't find a way to point the client to a local endpoint without modifying the global
~/.aws/config
file.The
boto
store still works, but theboto
library hasn't seen any updates since 2018, so we should move toboto3
at some point definitely.The text was updated successfully, but these errors were encountered: