Introduction to Stratus#

The Stratus object storage system is for long term data storage and is provided by the Advanced Research Computing division of NCAR | CISL

We currently have a general purpose bucket for all users of the CISL cloud named cisl-cloud-users. All object names need to be unique so please take that in to consideration when naming objects.

Note

Users do not have permissions to create new buckets. If your project or work requires a dedicated bucket to be configured please use this link to submit a ticket.

Web UI#

Note

Access to the Web UI requires an Access ID and Secret Key. If you do not already have access please follow this documentation.

The functionality that general users have in the Web UI is very limited. You most likely won’t see anything of value in the Web UI and instead using the JupyterHub extension or an S3 client, like boto3 or isd_s3, is the better method for interacting with buckets and objects on Stratus. Examples on how to use Python, or the JupyterHub extension, are included in this documentation on the next few pages.