File Storage
Read and write files to S3Properties
| Property | Value |
|---|---|
| Type | file-storage |
| Family | Actions |
| Group | Files & Storage |
Parameters
| Name | Label | Type | Description | Required |
|---|---|---|---|---|
| operation | Operation | Select | No | |
| path | Path | String | URL of the file | Yes |
| content | Content | String | Content to write to the file | No |
| contentType | Content Type | String | No |
Outputs
| Name | Label | Type | Description |
|---|---|---|---|
| url | url | string | S3 URL of the file |
| content | content | string | File content (for read) |
| success | success | boolean | Operation success |

