minio / docs

MinIO Object Storage Documentation
https://docs.min.io/minio/baremetal
Creative Commons Attribution 4.0 International
549 stars 300 forks source link

[BUG] Fix `mc-alias-set` command #1328

Closed dhananjaykrutika closed 2 months ago

dhananjaykrutika commented 2 months ago

Describe the bug In the mc alias set, the ALIAS parameter is omitted.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://min.io/docs/minio/linux/operations/install-deploy-manage/deploy-minio-single-node-multi-drive.html#connect-to-the-minio-service
  2. Go to the tab MinIO CLI (mc)
  3. The command for creating mc alias is displayed as mc alias set http://localhost:9000 myminioadmin minio-secret-key-change-me. Note that the parameter for alias-name is missing here.

Expected behavior The command should rather be mc alias set myminio http://localhost:9000 myminioadmin minio-secret-key-change-me

Screenshots

Screenshot from 2024-09-20 16-24-25

Desktop (please complete the following information): N/A

Smartphone (please complete the following information): N/A

Additional context Can confirm that this is the only page where alias is omitted.