Skip to content

Commit 82acb4c

Browse files
authored
Merge pull request #56 from sjdkay/master
Re-organisation of info
2 parents e9b7ee5 + 3d2fbab commit 82acb4c

File tree

2 files changed

+0
-28
lines changed

2 files changed

+0
-28
lines changed
File renamed without changes.

_resources/storage.md

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,6 @@ layout: default
77

88
{% include layouts/title.md %}
99

10-
#### S3
11-
The main storage for EIC-related files is on S3 interface, for EIC use.
12-
13-
This storage is accessed via the "MinIO" client - named *"mc"* - available for download from the MinIO site on its
14-
{% include navigation/findlink.md name='minio_download' tag='download page' %}, or installed on the farms and inside `eic-shell`.
15-
Please obtain the read-only access key from the ePIC mattermost channel. Then, in a bash-like environment add
16-
```
17-
export S3_ACCESS_KEY=[ask in mattermost]
18-
export S3_SECRET_KEY=[ask in mattermost]
19-
```
20-
to your initialization file (e.g. `.bashrc`), or
21-
```
22-
setenv S3_ACCESS_KEY [ask in mattermost]
23-
setenv S3_SECRET_KEY [ask in mattermost]
24-
```
25-
to your equivalent init file (e.g. `.cshrc`).
26-
You then run
27-
```
28-
mc config host add S3 https://eics3.sdcc.bnl.gov:9000 $S3_ACCESS_KEY $S3_SECRET_KEY
29-
```
30-
and from then on you can use commands like
31-
```
32-
mc ls S3/eictest/EPIC/Tutorials
33-
```
34-
35-
3610
##### NextCloud/BNLbox: pre-generaged event datasets
3711

3812
The EIC group at BNL has a large amount (13 TB and growing) of
@@ -44,7 +18,6 @@ You will receive an invitation where you can choose your password. From then on,
4418
https://bnlbox.sdcc.bnl.gov
4519
and find everything in the ```EIC_Data``` directory via the web interface.
4620

47-
4821
##### Download from the command line
4922

5023
Instructions for using curl, cadaver, and a script that can download entire directories can be found
@@ -72,7 +45,6 @@ This way, you can (with a suitably configured .netrc) use something like:
7245
curl -O -n ${eicdataurl}/copy_bnl_box.rb
7346
```
7447

75-
7648
##### Adding to the collection
7749
There is more than enough space available to fulfill all storage needs
7850
of the Yellow Report effort as reported in the recent poll to working

0 commit comments

Comments
 (0)