From dd3ab2fe46e19557389922dc8d8b37872268d6fa Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Wed, 5 Jun 2024 11:16:27 +0200 Subject: [PATCH] added round robin dns and https --- docs.it4i/storage/proj4-storage.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs.it4i/storage/proj4-storage.md b/docs.it4i/storage/proj4-storage.md index d017e12f7..246e5fcd1 100644 --- a/docs.it4i/storage/proj4-storage.md +++ b/docs.it4i/storage/proj4-storage.md @@ -22,7 +22,7 @@ PROJ4 is accessible from all IT4Innovations clusters' login nodes as well as from the outside. Additionally, it allows to share data across clusters, etc. -User has to be part of project, which is allowed to use S3 storage. If you haven't received your S3 credentials (access and secret) after your project was created, please send a request to support@it4i.cz asking for the "S3 PROJECT ACCESS", stating your IT4I login and name of your project (where the name of the project is in format OPEN-XX-YY or similar). +User has to be part of a project, which is allowed to use S3 storage. If you haven't received your S3 credentials after your project was created, please send a request to support@it4i.cz asking for the "S3 PROJECT ACCESS", stating your IT4I login and name of your project (in the OPEN-XX-YY format or similar). After that an active role on the S3 storage will be created and you will obtain via na email the credentials for using the S3 storage. ## How to Configure S3 Client @@ -38,11 +38,11 @@ $ s3cmd --configure Access Key: ***your_access*** Secret Key: ***your_secret_key*** Default Region: US - S3 Endpoint: 195.113.250.1:8080 - DNS-style bucket+hostname:port template for accessing a bucket: 195.113.250.1:8080 + S3 Endpoint: obj.proj4.it4i.cz + DNS-style bucket+hostname:port template for accessing a bucket: obj.proj4.it4i.cz Encryption password: RANDOM Path to GPG program: /usr/bin/gpg - Use HTTPS protocol: False + Use HTTPS protocol: True HTTP Proxy server name: HTTP Proxy server port: 0 . -- GitLab