diff options
author | Matthias Doering <matthias.doering@mldsc.de> | 2024-10-14 17:20:26 +0200 |
---|---|---|
committer | Matthias Doering <matthias.doering@mldsc.de> | 2024-10-14 17:20:26 +0200 |
commit | 2b0bfa9b1825e19a49798634081308b6b2ee085e (patch) | |
tree | 095c0148b37f276709c6de45d2e3057d8a02a54d /doc | |
parent | a18b3f0d1fb932df5abce6f5e79169ca01006e3b (diff) | |
download | garage-2b0bfa9b1825e19a49798634081308b6b2ee085e.tar.gz garage-2b0bfa9b1825e19a49798634081308b6b2ee085e.zip |
the old value do not work out of the box
Diffstat (limited to 'doc')
-rw-r--r-- | doc/book/build/python.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/build/python.md b/doc/book/build/python.md index 896c99d3..612394e1 100644 --- a/doc/book/build/python.md +++ b/doc/book/build/python.md @@ -23,7 +23,7 @@ client = minio.Minio( "GKyourapikey", "abcd[...]1234", # Force the region, this is specific to garage - region="region", + region="garage", ) ``` |