Update Python SDK documentation #887

Merged
lx merged 1 commit from cryptolukas/garage:fix-python-sdk-docs into main 2024-11-19 09:15:03 +00:00
Showing only changes of commit 2b0bfa9b18 - Show all commits

View file

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