S3 buckets: Difference between revisions
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
This section will guide you through the creation process in our OpenStack-based cloud. | This section will guide you through the creation process in our OpenStack-based cloud. | ||
= Create credential pair - Create credentials = | |||
Create new EC2 credentials in OpenStack using the OpenStack-CLI: | Create new EC2 credentials in OpenStack using the OpenStack-CLI: | ||
Line 13: | Line 15: | ||
This will give you an output in the following format: | This will give you an output in the following format: | ||
<syntaxhighlight lang="text"> | |||
+------------+------------------------------------------------------------------------------------------------------------------------------------------------+ | |||
| Field | Value | | |||
+------------+------------------------------------------------------------------------------------------------------------------------------------------------+ | |||
| access | tpvx3i0gk5rf4duomnr7davjxl517z9c | | |||
| links | {'self': 'https://api.os.stoney-cloud.com:5000/v3/users/tpvx3i0gk5rf4duomnr7davjxl517z9c/credentials/OS-EC2/tpvx3i0gk5rf4duomnr7davjxl517z9c'} | | |||
| project_id | hw3rr6x6ktyuv7erwpuyxbijihx1phdw | | |||
| secret | 6lifckxv1005z60csekl7qynwxwbv3re | | |||
| trust_id | None | | |||
| user_id | tpvx3i0gk5rf4duomnr7davjxl517z9c | | |||
+------------+------------------------------------------------------------------------------------------------------------------------------------------------+ | |||
</syntaxhighlight> | |||
= Create credential pair - Show credentials = | |||
If you ever need to look the credentials up again, use the following command: | |||
<syntaxhighlight lang="bash"> | |||
openstack ec2 credentials show tpvx3i0gk5rf4duomnr7davjxl517z9c | |||
</syntaxhighlight> | |||
This will give you an output formatted like this: | |||
<syntaxhighlight lang="text"> | <syntaxhighlight lang="text"> | ||
+------------+------------------------------------------------------------------------------------------------------------------------------------------------+ | +------------+------------------------------------------------------------------------------------------------------------------------------------------------+ |
Revision as of 15:55, 11 November 2024
Overview
This page describes the creation and management of S3 buckets in our OpenStack-based stoney cloud.
Create credential pair
In order to use the S3 API you have to create EC2 (Amazon Elastic Compute Cloud) credentials using the OpenStack Keystone service.
This section will guide you through the creation process in our OpenStack-based cloud.
Create credential pair - Create credentials
Create new EC2 credentials in OpenStack using the OpenStack-CLI:
openstack ec2 credentials create
This will give you an output in the following format:
+------------+------------------------------------------------------------------------------------------------------------------------------------------------+
| Field | Value |
+------------+------------------------------------------------------------------------------------------------------------------------------------------------+
| access | tpvx3i0gk5rf4duomnr7davjxl517z9c |
| links | {'self': 'https://api.os.stoney-cloud.com:5000/v3/users/tpvx3i0gk5rf4duomnr7davjxl517z9c/credentials/OS-EC2/tpvx3i0gk5rf4duomnr7davjxl517z9c'} |
| project_id | hw3rr6x6ktyuv7erwpuyxbijihx1phdw |
| secret | 6lifckxv1005z60csekl7qynwxwbv3re |
| trust_id | None |
| user_id | tpvx3i0gk5rf4duomnr7davjxl517z9c |
+------------+------------------------------------------------------------------------------------------------------------------------------------------------+
Create credential pair - Show credentials
If you ever need to look the credentials up again, use the following command:
openstack ec2 credentials show tpvx3i0gk5rf4duomnr7davjxl517z9c
This will give you an output formatted like this:
+------------+------------------------------------------------------------------------------------------------------------------------------------------------+
| Field | Value |
+------------+------------------------------------------------------------------------------------------------------------------------------------------------+
| access | tpvx3i0gk5rf4duomnr7davjxl517z9c |
| links | {'self': 'https://api.os.stoney-cloud.com:5000/v3/users/tpvx3i0gk5rf4duomnr7davjxl517z9c/credentials/OS-EC2/tpvx3i0gk5rf4duomnr7davjxl517z9c'} |
| project_id | hw3rr6x6ktyuv7erwpuyxbijihx1phdw |
| secret | 6lifckxv1005z60csekl7qynwxwbv3re |
| trust_id | None |
| user_id | tpvx3i0gk5rf4duomnr7davjxl517z9c |
+------------+------------------------------------------------------------------------------------------------------------------------------------------------+