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
The Minio Java Client SDK provides simple APIs to access any Amazon S3 compatible object storage server.
3
+
The MinIO Java Client SDK provides simple APIs to access any Amazon S3 compatible object storage server.
4
4
5
-
This quickstart guide will show you how to install the client SDK and execute an example java program. For a complete list of APIs and examples, please take a look at the [Java Client API Reference](http://docs.minio.io/docs/java-client-api-reference) documentation.
5
+
This quickstart guide will show you how to install the client SDK and execute an example java program. For a complete list of APIs and examples, please take a look at the [Java Client API Reference](http://docs.min.io/docs/java-client-api-reference) documentation.
6
6
7
7
## Minimum Requirements
8
8
Java 1.8 or above, with one of the following environments:
@@ -40,7 +40,7 @@ You need three items in order to connect to an object storage server.
40
40
| Access Key | Access key is like user ID that uniquely identifies your account. |
41
41
| Secret Key | Secret key is the password to your account. |
42
42
43
-
For the following example, we will use a freely hosted Minio server running at [https://play.minio.io:9000](https://play.minio.io:9000). Feel free to use this service for test and development. Access credentials shown in this example are open to the public.
43
+
For the following example, we will use a freely hosted MinIO server running at [https://play.min.io:9000](https://play.min.io:9000). Feel free to use this service for test and development. Access credentials shown in this example are open to the public.
0 commit comments