diff --git a/docs/minio_guide.md b/docs/minio_guide.md index 46f8219..a997100 100644 --- a/docs/minio_guide.md +++ b/docs/minio_guide.md @@ -10,6 +10,7 @@ interacting with MinIO. ```bash ssh -f -N -L 9002:ci07:9002 @login1.berkeley.kbase.us + ssh -f -N -L 9003:ci07:9003 @login1.berkeley.kbase.us ``` ``: Your username for SSH access. Contact the KBase System Admin team if you do not have access. @@ -18,10 +19,11 @@ interacting with MinIO. Open a web browser and navigate to the following URL: ``` -http://localhost:9002 +http://localhost:9003 ``` -Please contact the KBase System Admin team for the access key and secret key. +Please note that UI access requires a MinIO username and password. The access key and secret key will not work for +UI access. Please contact the KBase System Admin team for the username and password. ## Using MinIO Client (`mc`)