You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,19 +5,19 @@ The MinIO Python Client SDK provides high level APIs to access any MinIO Object
5
5
This Quickstart Guide covers how to install the MinIO client SDK, connect to the object storage service, and create a sample file uploader.
6
6
7
7
The example below uses:
8
-
-[Python version 3.9+](https://www.python.org/downloads/)
8
+
-[Python version 3.10+](https://www.python.org/downloads/)
9
9
- The [MinIO `mc` command line tool](https://min.io/docs/minio/linux/reference/minio-mc.html)
10
10
- The MinIO `play` test server
11
11
12
12
The `play` server is a public MinIO cluster located at [https://play.min.io](https://play.min.io).
13
13
This cluster runs the latest stable version of MinIO and may be used for testing and development.
14
14
The access credentials in the example are open to the public and all data uploaded to `play` should be considered public and world-readable.
15
15
16
-
For a complete list of APIs and examples, see the [Python Client API Reference](https://min.io/docs/minio/linux/developers/python/API.html)
16
+
For a complete list of APIs and examples, see the [Python SDK Documentation](https://docs.min.io/enterprise/aistor-object-store/developers/sdk/python/)
17
17
18
18
## Install the MinIO Python SDK
19
19
20
-
The Python SDK requires Python version 3.9+.
20
+
The Python SDK requires Python version 3.10+.
21
21
You can install the SDK with `pip` or from the [`minio/minio-py` GitHub repository](https://github.com/minio/minio-py):
22
22
23
23
### Using `pip`
@@ -141,12 +141,12 @@ mc ls play/python-test-bucket
141
141
142
142
## More References
143
143
144
-
*[Python Client API Reference](https://min.io/docs/minio/linux/developers/python/API.html)
0 commit comments