the old value do not work out of the box

This commit is contained in:
Matthias Doering 2024-10-14 17:20:26 +02:00
parent a18b3f0d1f
commit 2b0bfa9b18

View file

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