Skip to content

Commit 1d302e6

Browse files
committed
Changes:
- Fix example code
1 parent f5cccc3 commit 1d302e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/client_creation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
# The same client can also be generated from environment through a direct call to MinioExtensions.create_provider()
2424
# In this case is not specified any arguments since it already considers the "env" as default option.
25-
client = MinioExtensions.create_provider()
25+
#client = MinioExtensions.create_provider()
2626

2727
print(client.bucket_exists("sample-bucket"))
2828

0 commit comments

Comments
 (0)