transfer_files_from_integration
Move files from cloud integrations (AWS S3, Azure, Dropbox) or storage gateway into a new MASV package. Provide integration ID, file IDs, and package name to start the transfer.
Instructions
Transfer files from a cloud integration (AWS S3, Azure, Dropbox, etc.) or MASV Storage Gateway to MASV. Creates a new package and initiates the transfer. Use list_files_on_integration first to get file information including IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| integrationId | Yes | ID of the cloud or storage gateway integration | |
| files | Yes | Array of files/directories to transfer from the integration | |
| packageName | Yes | Name for the new package | |
| packageDescription | No | Description for the package | |
| recipients | No | Email addresses to send package to | |
| notifyEmail | No | Email to notify on transfer completion | |
| accessLimit | No | Download access limit (default: 5) |