cc_staff
172
edits
(numerous fixes including standardizing on data containers vs buckets) |
No edit summary |
||
Line 31: | Line 31: | ||
https://docs.openstack.org/swift/latest/s3_compat.html | https://docs.openstack.org/swift/latest/s3_compat.html | ||
= | = Establishing access to your Arbutus object store = <!--T:8--> | ||
<!--T:13--> | <!--T:13--> | ||
Line 38: | Line 38: | ||
<!--T:14--> | <!--T:14--> | ||
<code>openstack ec2 credentials create</code> | <code>openstack ec2 credentials create</code> | ||
= Managing your Arbutus object store = | |||
<!--T:15--> | <!--T:15--> | ||
Line 45: | Line 47: | ||
You can also perform some management tasks for your object storage using the Object Store tab in the OpenStack Dashboard at https://arbutus.cloud.computecanada.ca/. This interface refers to "data containers". Data containers are also known as buckets. In the dashboard you can create data containers, upload files, and create directories. Containers can also be created using S3-compatible CLI clients | You can also perform some management tasks for your object storage using the Object Store tab in the OpenStack Dashboard at https://arbutus.cloud.computecanada.ca/. This interface refers to "data containers". Data containers are also known as buckets. In the dashboard you can create data containers, upload files, and create directories. Containers can also be created using S3-compatible CLI clients | ||
Please note that if you create a new container as ''Public'', any object placed within this container can be freely accessed (read-only) by anyone on the Internet simply by navigating to <code><nowiki>https://object-arbutus.cloud.computecanada.ca/<YOUR CONTAINER NAME HERE>/<YOUR OBJECT NAME HERE></nowiki></code> with your container and object names inserted in place. | Please note that if you create a new container as ''Public'', any object placed within this container can be freely accessed (read-only) by anyone on the Internet simply by navigating to <code><nowiki>https://object-arbutus.cloud.computecanada.ca/<YOUR CONTAINER NAME HERE>/<YOUR OBJECT NAME HERE></nowiki></code> with your container and object names inserted in place. | ||
<!--T:16--> | <!--T:16--> | ||
The users are responsible for operations inside your cloud project. As such, the data containers and their management are up to the user | The users are responsible for operations inside your cloud project. As such, the data containers and their management are up to the user including: | ||
<!--T:18--> | <!--T:18--> |