Cloud Storage
Connect to cloud storage and file servers to upload sensor data, backup configurations, or sync files across your edge network. All nodes support streaming for large files.
All storage nodes use encrypted connections. OAuth tokens and API keys are stored securely in the EdgeFlow credential manager.
aws-s3
PopularStore and retrieve objects from Amazon S3 buckets.
Configuration
{cfg.key} string AWS access key {cfg.key} string AWS secret key {cfg.key} string "us-east-1", "eu-west-1" {cfg.key} string S3 bucket name Output Example
{node.details.output} google-drive
PopularUpload, download, and manage files in Google Drive.
Configuration
{cfg.key} object OAuth credentials JSON {cfg.key} string "upload" | "download" | "list" {cfg.key} string Target folder ID {cfg.key} string File name for upload Output Example
{node.details.output} sftp
PopularSecure file transfer over SSH (SFTP) with key authentication.
Configuration
{cfg.key} string SFTP server hostname {cfg.key} number 22 (default) {cfg.key} string SSH username {cfg.key} string SSH private key content Output Example
{node.details.output} ftp
Transfer files using FTP protocol to remote servers.
Configuration
{cfg.key} string FTP server hostname {cfg.key} number 21 (default) {cfg.key} string FTP username {cfg.key} string FTP password Output Example
{node.details.output} dropbox
Sync files with Dropbox cloud storage.
Configuration
{cfg.key} string Dropbox access token {cfg.key} string "upload" | "download" | "list" {cfg.key} string /folder/file.txt {cfg.key} boolean Overwrite existing Output Example
{node.details.output} onedrive
Microsoft OneDrive integration for file storage and sharing.
Configuration
{cfg.key} string Azure app client ID {cfg.key} string Azure app secret {cfg.key} string OAuth refresh token {cfg.key} string File path in OneDrive Output Example
{node.details.output} Common Operations
Upload
Upload sensor logs, images, or data exports to cloud storage.
Download
Fetch configuration files, firmware updates, or ML models.
List
Browse directories and enumerate available files.
Delete
Clean up old files with automatic retention policies.
Popular Use Cases
Sensor Data Backup
Upload hourly CSV exports to Google Drive or S3 for long-term analysis.
Config Sync
Download updated flow configurations from a central SFTP server.
Camera Snapshots
Upload images from security cameras to Dropbox on motion detection.
OTA Updates
Fetch firmware files from S3 for over-the-air device updates.