mirror of
https://github.com/minio/minio.git
synced 2025-12-07 00:02:31 -05:00
Replace Minio refs in docs with MinIO and links (#7494)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# Minio Admin Library. [](https://slack.minio.io)
|
||||
The Minio Admin Golang Client SDK provides APIs to manage Minio services.
|
||||
# MinIO Admin Library. [](https://slack.min.io)
|
||||
The MinIO Admin Golang Client SDK provides APIs to manage MinIO services.
|
||||
|
||||
This quickstart guide will show you how to install the Minio Admin client SDK, connect to Minio admin service, and provide a walkthrough of a simple file uploader.
|
||||
This quickstart guide will show you how to install the MinIO Admin client SDK, connect to MinIO admin service, and provide a walkthrough of a simple file uploader.
|
||||
|
||||
This document assumes that you have a working [Golang setup](https://docs.minio.io/docs/how-to-install-golang).
|
||||
This document assumes that you have a working [Golang setup](https://docs.min.io/docs/how-to-install-golang).
|
||||
|
||||
## Download from GitHub
|
||||
|
||||
@@ -13,9 +13,9 @@ go get -u github.com/minio/minio/pkg/madmin
|
||||
|
||||
```
|
||||
|
||||
## Initialize Minio Admin Client
|
||||
## Initialize MinIO Admin Client
|
||||
|
||||
You need four items to connect to Minio admin services.
|
||||
You need four items to connect to MinIO admin services.
|
||||
|
||||
|
||||
| Parameter | Description|
|
||||
@@ -47,7 +47,7 @@ func main() {
|
||||
log.Fatalln(err)
|
||||
}
|
||||
|
||||
log.Println("%v", madmClnt) // Minio admin client is now setup
|
||||
log.Println("%v", madmClnt) // MinIO admin client is now setup
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user