From c9aa8053b729fc139b7fd8dd259767354bce4370 Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Thu, 9 Nov 2023 08:16:08 +0100 Subject: [PATCH] Update proj4-storage.md --- docs.it4i/storage/proj4-storage.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs.it4i/storage/proj4-storage.md b/docs.it4i/storage/proj4-storage.md index 1f08e9c82..4c85d401e 100644 --- a/docs.it4i/storage/proj4-storage.md +++ b/docs.it4i/storage/proj4-storage.md @@ -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) x-amz-meta-s3cmd-attrs: atime:1696588450/ctime:1696588452/gid:1001/gname:******/md5:******/mode:33204/mtime:1696588452/uid:******/uname:****** ``` + ## 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. 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 ```console $ mv /home/IT4USER/.s3cfg /home/IT4USER/.s3cfg-OPEN-XX-YY ``` + Then create new S3 configuration for the additional project (e.g. OPEN-AA-BB). ```console $ s3cmd --configure ``` + Rename or organize you newly created config. + ```console $ 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. ```console -- GitLab