cc_staff
172
edits
No edit summary |
No edit summary |
||
Line 53: | Line 53: | ||
<!--T:10--> | <!--T:10--> | ||
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. | ||
Line 100: | Line 100: | ||
<!--T:32--> | <!--T:32--> | ||
<p>Once you have your policy file, you can implement that policy on the | <p>Once you have your policy file, you can implement that policy on the data container:</p> | ||
<p><code>s3cmd setpolicy testbucket.policy s3://testbucket</code></p> | <p><code>s3cmd setpolicy testbucket.policy s3://testbucket</code></p> | ||