Cloud File Node
This node manages file operations in cloud storage systems with upload, download, and metadata handling.
The Cloud File Node provides cloud storage integration for file management operations.
The Cloud File Node handles file operations in cloud storage systems, supporting file uploads, downloads, metadata management, and access control for various cloud storage providers.
File Operations
| Data | Description |
|---|
| File Data | File content or reference to upload |
| File Name | Name for the file in cloud storage |
| File Path | Storage path or folder location |
Configuration
| Data | Description |
|---|
| Storage Provider | Cloud storage service (AWS S3, Google Cloud, etc.) |
| Bucket/Container | Storage container identifier |
| Access Permissions | File access control settings |
Actions
| Signal | Description |
|---|
| Upload | Uploads file to cloud storage |
| Download | Downloads file from cloud storage |
| Delete | Removes file from cloud storage |
Outputs
| Data | Description |
|---|
| File URL | Public or signed URL for file access |
| File Size | Size of the uploaded/downloaded file |
| File Metadata | Additional file properties and metadata |
Events
| Signal | Description |
|---|
| Upload Complete | Triggered when file upload finishes |
| Download Complete | Triggered when file download finishes |
| Operation Error | Triggered on operation failure |
Usage
Cloud Storage Operations
- File Uploads: Upload user files, documents, images
- File Downloads: Retrieve stored files for display or processing
- File Management: Organize, rename, and delete cloud files
- Access Control: Manage file permissions and sharing
Example Use Cases
- User profile image uploads
- Document management systems
- Media file storage and streaming
- Backup and archival operations
- Content delivery optimization