save_public_file
Upload a local file to S3-compatible storage and make it publicly accessible, returning the public URL for sharing or embedding.
Instructions
Save a file to S3 storage and make it publicly accessible. Returns the public URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the local file to upload | |
| filename | No | Optional custom filename for the uploaded file (defaults to original filename) | |
| description | No | Optional description/metadata for the file |