action_add_s3
Integrate S3 storage into your endpoint by adding S3 clients to its context. Provides access to S3_CLIENT, S3_DATA, S3_WEB, and S3_PUBLIC for file operations.
Instructions
Add S3 connection to an endpoint's context. Provides ctx.S3_CLIENT, ctx.S3_DATA, ctx.S3_WEB, ctx.S3_PUBLIC.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | Yes | The endpoint path: 'name' (uses v1 package) or 'package/name' |