Rectify Examples and README.MD (#8141)

This commit is contained in:
Ashish Kumar Sinha
2019-08-28 23:26:02 +05:30
committed by Harshavardhana
parent d65a2c6725
commit c6f86d35d3
21 changed files with 23 additions and 23 deletions

View File

@@ -29,7 +29,7 @@ func main() {
// Note: YOUR-ACCESSKEYID, YOUR-SECRETACCESSKEY and my-bucketname are
// dummy values, please replace them with original values.
// API requests are secure (HTTPS) if secure=true and insecure (HTTPS) otherwise.
// API requests are secure (HTTPS) if secure=true and insecure (HTTP) otherwise.
// New returns an MinIO Admin client object.
madmClnt, err := madmin.New("your-minio.example.com:9000", "YOUR-ACCESSKEYID", "YOUR-SECRETACCESSKEY", true)
if err != nil {