Skip to content
Snippets Groups Projects
Commit c9aa8053 authored by Jan Siwiec's avatar Jan Siwiec
Browse files

Update proj4-storage.md

parent 93d77792
No related branches found
No related tags found
No related merge requests found
Pipeline #35217 passed with warnings
...@@ -109,7 +109,9 @@ Permission can be set only by the owner of the bucket. ...@@ -109,7 +109,9 @@ Permission can be set only by the owner of the bucket.
URL: [http://195.113.250.1:8080/test-bucket/test1.log](http://195.113.250.1:8080/test-bucket/test1.log) URL: [http://195.113.250.1:8080/test-bucket/test1.log](http://195.113.250.1:8080/test-bucket/test1.log)
x-amz-meta-s3cmd-attrs: atime:1696588450/ctime:1696588452/gid:1001/gname:******/md5:******/mode:33204/mtime:1696588452/uid:******/uname:****** x-amz-meta-s3cmd-attrs: atime:1696588450/ctime:1696588452/gid:1001/gname:******/md5:******/mode:33204/mtime:1696588452/uid:******/uname:******
``` ```
## Access to Multiple Projects ## Access to Multiple Projects
If a user needs to access multiple projects' data, it is needed to repeat the step asking the IT4I support for new credentials for the additional projects. In case you don't have the credentials assigned with the project activation, please send a request to support@it4i.cz. If a user needs to access multiple projects' data, it is needed to repeat the step asking the IT4I support for new credentials for the additional projects. In case you don't have the credentials assigned with the project activation, please send a request to support@it4i.cz.
As the first step, rename your current S3 configuration, so that it uniquely identifies your current project or organize it on your local storage accordingly. As the first step, rename your current S3 configuration, so that it uniquely identifies your current project or organize it on your local storage accordingly.
...@@ -117,15 +119,19 @@ As the first step, rename your current S3 configuration, so that it uniquely ide ...@@ -117,15 +119,19 @@ As the first step, rename your current S3 configuration, so that it uniquely ide
```console ```console
$ mv /home/IT4USER/.s3cfg /home/IT4USER/.s3cfg-OPEN-XX-YY $ mv /home/IT4USER/.s3cfg /home/IT4USER/.s3cfg-OPEN-XX-YY
``` ```
Then create new S3 configuration for the additional project (e.g. OPEN-AA-BB). Then create new S3 configuration for the additional project (e.g. OPEN-AA-BB).
```console ```console
$ s3cmd --configure $ s3cmd --configure
``` ```
Rename or organize you newly created config. Rename or organize you newly created config.
```console ```console
$ mv /home/IT4USER/.s3cfg /home/IT4USER/.s3cfg-OPEN-AA-BB $ mv /home/IT4USER/.s3cfg /home/IT4USER/.s3cfg-OPEN-AA-BB
``` ```
When acccessing the data of the different project specify the right configuration using the S3 commands. When acccessing the data of the different project specify the right configuration using the S3 commands.
```console ```console
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment