cc_staff
172
edits
(change header and order of information in setting up object storage section) |
(Removed s3cmd details which are going to the new s3cmd page Sarah is creating except for the examples at the bottom where the s3cmd command is used to apply a policy.) |
||
Line 43: | Line 43: | ||
<!--T:10--> | <!--T:10--> | ||
You can also perform some management tasks for your object storage using the Object Store tab for your project at https://arbutus.cloud.computecanada.ca/. This interface refers to | You can also perform some management tasks for your object storage using the Object Store tab for your project at https://arbutus.cloud.computecanada.ca/. This interface refers to data containers (AKA buckets). You can create data containers with this interface, 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 58: | Line 58: | ||
* Container policies are managed via json files. | * Container policies are managed via json files. | ||
= | = Accessing your Arbutus Object Store = | ||
There are two ways to access your data containers/buckets: | |||
* if your data container policies are set to private (default), object storage is accessible via an S3 client (e.g. s3cmd) | |||
* if your policies are set to public (not default), object storage is accessible via an HTTPS endpoint: | |||
<code>object-arbutus.cloud.computecanada.ca:443</code> | |||
<!--T:21--> | <!--T:21--> | ||
<code>object-arbutus.cloud.computecanada.ca:443</code> | <code>object-arbutus.cloud.computecanada.ca:443</code> | ||
ucket policies for your Arbutus Object Store | |||
= | = Managing data containers policies for your Arbutus Object Store = <!--T:31--> | ||
{{Warning | {{Warning | ||
|title=Attention | |title=Attention |