We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5cccc3 commit 1d302e6Copy full SHA for 1d302e6
examples/client_creation.py
@@ -22,7 +22,7 @@
22
23
# The same client can also be generated from environment through a direct call to MinioExtensions.create_provider()
24
# In this case is not specified any arguments since it already considers the "env" as default option.
25
-client = MinioExtensions.create_provider()
+#client = MinioExtensions.create_provider()
26
27
print(client.bucket_exists("sample-bucket"))
28
0 commit comments