Cloud service

Storage bucket

You can attach a storage bucket to your service to store and retrieve static assets and large files in an S3-compatible filesystem.

Configuration as code

To configure a storage bucket in your code editor, use the following variables in the service's configuration as code file.

Example

# service: ...

storage_buckets:
  - name: uploaded_files

Variables

name
required
string

The name of the storage bucket must use snake_case notation. In addition, storage buckets within a service cannot share the same name.