Skip to content

Commit a4f7deb

Browse files
committed
docs: update S3 access instructions for clarity and consistency
1 parent bf7b7c4 commit a4f7deb

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

docs/Cluster_basics/s3.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,14 @@ stu
138138

139139
Read-Only Mode — You can browse and download files but cannot modify or upload from this interface.
140140

141-
1. Go to https://ood.sc.irbbarcelona.org/pun/sys/dashboard/ and log in with your LDAP credentials.
141+
1. Go to [Open OnDemand Dashboard](https://ood.sc.irbbarcelona.org/pun/sys/dashboard/)
142+
and log in with your LDAP credentials.
142143

143-
2. Click on "Home Directory System installed App".
144+
1. Click on "Home Directory System installed App".
144145

145146
![alt text](../assets/images/ooo-home-directory.png)
146147

147-
3. Select the S3 storage on the left panel and navigate through the folders.
148+
1. Select the S3 storage on the left panel and navigate through the folders.
148149
You can read PDFs and text files directly in the browser.
149150
To view Excel or HTML files, you need to download them first.
150151

@@ -158,20 +159,22 @@ Here are the instructions for ubuntu, but it is also possible using windows and
158159
the official IRB documentation.
159160
[IRB documentation.](https://irb.app.lumapps.com/home/ls/content/5695990366740739/archive-to-s3-minio)
160161

161-
1. Create a conda enviroment with rclone.
162-
```
162+
1. Create a conda enviroment with rclone
163+
164+
```bash
163165
conda create -n s3 rclone -c conda-forge -y
164166
conda activate s3
165167
```
166168

167-
2. Download and run the app from IT
168-
```
169+
1. Download and run the app from IT
170+
171+
```bash
169172
wget https://github.com/its-irb/irb-storage-public-scripts/releases/latest/download/minio-rclone-copy-GUI-linux
170173
chmod minio-rclone-copy-GUI-linux
171174
./minio-rclone-copy-GUI-linux
172175
```
173176

174-
3. Mount:
177+
1. Mount:
175178

176179
Login using your LDAP credentials.
177180

0 commit comments

Comments
 (0)