How to get Allas S3 credentials?
How to get Allas S3 credentials: access key and secret key? Each credential pair is linked to a single CSC project.
'allas-conf'
Use allas-conf
to find out your S3 credentials.
It is pre-installed to CSC supercomputers or can be installed to Linux and Mac.
openstack API
-
Install OpenStack command line tools
-
Login into OpenStack by following the Configure your terminal environment for OpenStack article.
-
You can either retrieve already created credentials or create new ones
-
In order to retrieve already created credentials:
It will list the credentials of every project, and you will see only the "Project ID" next to each credential pair. You can use
openstack project list
in order to see all the projects you have access, it will list the name and the id of each of them. -
Create new credentials:
-