Configuration parameters
Access policy
Define who can access the bucket data.revolte.yaml
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Configure object storage for assets, backups, and user uploads.
| Parameter | Example | Description |
|---|---|---|
| bucketName | test-bucket | The unique name of the storage bucket. |
| versioningStatus | suspended | Enables or suspends object versioning (e.g., enabled, suspended). |
| public | false | Defines if the bucket data is publicly accessible. |
| storage | 100 | Total storage allocation in GB. |
revolte:
version: "1.0"
project: Demo-Project
appName: "demo-app"
env:
production:
branch: main
services:
rid_1:
type: STORAGE_BUCKET
name: assets-bucket
specifications:
storage: 100
configurations:
bucketName: test-bucket
versioningStatus: suspended
public: false