modal_volume_put
Upload local files or directories to a Modal Volume, specifying destination path and optional overwrite.
Instructions
Upload a file or directory to a modal.Volume.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No | Environment to interact with | |
| force | No | Overwrite existing files | |
| localPath | Yes | Local file or directory path | |
| remotePath | No | Destination path in the volume | |
| volumeName | Yes | Name of the volume |