> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lyzn.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# File Storage

> Read and write files to S3

# File Storage

Read and write files to S3

## Properties

| 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       |
