@@ -7,32 +7,6 @@ layout: default
7
7
8
8
{% include layouts/title.md %}
9
9
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
-
36
10
##### NextCloud/BNLbox: pre-generaged event datasets
37
11
38
12
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,
44
18
https://bnlbox.sdcc.bnl.gov
45
19
and find everything in the ``` EIC_Data ``` directory via the web interface.
46
20
47
-
48
21
##### Download from the command line
49
22
50
23
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:
72
45
curl -O -n ${eicdataurl} /copy_bnl_box.rb
73
46
```
74
47
75
-
76
48
##### Adding to the collection
77
49
There is more than enough space available to fulfill all storage needs
78
50
of the Yellow Report effort as reported in the recent poll to working
0 commit comments