Skip to content

Commit

Permalink
Merge pull request #60 from kbase/dev_minio_guid
Browse files Browse the repository at this point in the history
add port 9003 to the document
  • Loading branch information
Tianhao-Gu authored Aug 5, 2024
2 parents c6776ab + 795f7d2 commit e346eae
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/minio_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ interacting with MinIO.

```bash
ssh -f -N -L 9002:ci07:9002 <ac.anl_username>@login1.berkeley.kbase.us
ssh -f -N -L 9003:ci07:9003 <ac.anl_username>@login1.berkeley.kbase.us
```

`<ac.anl_username>`: Your username for SSH access. Contact the KBase System Admin team if you do not have access.
Expand All @@ -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`)

Expand Down

0 comments on commit e346eae

Please sign in to comment.