Category: Cloud Status: base
Connects to AWS services — primarily S3 bucket browsing with support for EC2, RDS, and other resources via the AWS SDK.
| Field | Default | Description |
|---|---|---|
| region | (empty) | AWS region (e.g. us-east-1) |
| access | (empty) | AWS access key ID |
| secret | (empty) | AWS secret access key |
| url | (empty) | Custom endpoint URL (for local/mock AWS) |
| explorer | false | Enable filesystem-style bucket browsing |
| profile | false | Use local AWS profile instead of explicit keys |
AWS access key ID + secret key, or set profile: true to use the local AWS credentials file (~/.aws/credentials).