Object Storage (S3-Compatible)
Buckets
DevZero's buckets allow storing a group of objects (with an API compatible with AWS S3). Buckets are regional in nature and can be access by any workspace in that region.
Creating a Bucket
Bucket names must be unique across all of DevZero, so we generate bucket names from a prefix you provide
In your default region
In an arbitrary region
Listing your buckets
Accessing a bucket from a workspace with AWS cli
Install the cli
First, you need to install the AWS cli inside your workspace. You can also include that as a step in your recipe:
The object store credentials
If you launch your workspace after the bucket is created, you can find the credentials inside your .aws
directory.
You can also view the object store credentials by running
And you can update the aws config by running
Using the API
You can now use the S3-compatible API with the the devzero
profile.