specific.hcl
storage block is its own bucket with its own credentials.
Connection attributes
| Attribute | Description |
|---|---|
endpoint | S3-compatible endpoint URL (for example, http://127.0.0.1:5000 in dev). |
access_key | Access key for authentication. |
secret_key | Secret key for authentication. |
bucket | Bucket name. |
Example: AWS SDK (JavaScript)
Local development
Duringspecific dev, a local S3-compatible server runs automatically, and the same storage.* references resolve to it. Browse bucket contents from the local dashboard.