save_private_file
Upload a local file to S3-compatible storage as private, then use get_file_url to create temporary access URLs.
Instructions
Save a file to S3 storage as private. Use get_file_url to get temporary access URLs.
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 |