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

added round robin dns and https

parent 10cfcdb2
Branches
Tags
No related merge requests found
Pipeline #38304 failed
......@@ -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
.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment