Compare commits

..

2 commits

Author SHA1 Message Date
747889a096 Merge pull request 'Update Python SDK documentation' (#887) from cryptolukas/garage:fix-python-sdk-docs into main
All checks were successful
ci/woodpecker/push/debug Pipeline was successful
Reviewed-on: #887
2024-11-19 09:15:03 +00:00
2b0bfa9b18 the old value do not work out of the box
Some checks failed
ci/woodpecker/pr/debug Pipeline failed
2024-10-14 17:20:26 +02:00

View file

@ -23,7 +23,7 @@ client = minio.Minio(
"GKyourapikey",
"abcd[...]1234",
# Force the region, this is specific to garage
region="region",
region="garage",
)
```