123
edits
No edit summary |
|||
(12 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
= Configuring S3 access = | = Configuring S3 access = | ||
You | # You first need to have your [[OpenStack Client]] installed and configured. | ||
# Then, with the client you generate an e2c/S3 id and secret | |||
With the client is installed and the RC files downloaded in step 1 you can create the S3 ID and secret. | |||
} | <syntaxhighlight lang="bash" line> | ||
</ | $ source $HOME/id/myproject-openrc.sh | ||
Please enter your OpenStack Password for project po-test as user poq: | |||
# Use the same password that you used to connect to the [https://juno.calculquebec.ca/ Juno web page]. | |||
# you can now create the credentials | |||
$ openstack ec2 credentials create | |||
+------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | |||
| Field | Value | | |||
+------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | |||
| access | XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX | | |||
| links | {'self': 'https://juno.calculquebec.ca:5000/v3/users/XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/credentials/OS-EC2/XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'} | | |||
| project_id | xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx | | |||
| secret | xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx | | |||
| trust_id | None | | |||
| user_id | xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx | | |||
+------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | |||
</syntaxhighlight> | |||
< | The important values here are access<code> and <code>secret</code> which are the S3 [aws_]access_key_id and [aws_]secret_access_key respextively. AWS stands for Amazon Web Services, they are the creator of the S3 API. | ||
=Manage you S3 buckets with Globus= | |||
See the [[Globus]] documentation | |||
=Use a S3 client to manage your bucket= | |||
There are a few clients that can be used to access Ceph S3 api. We recomend [[rclone]], it is fast and and flexible. | |||
edits