๐ Sync data between Google Drive and AWS S3
โก 3,502 views ยท ๐ File Management
Description
This workflow synchronizes files one-way from Google Drive to AWS S3.
workflow-screenshot
- Google Drive Trigger node triggers the workflow when a new file is added to the drive.
- AWS S3 node gets all files stored in an S3 bucket.
- Merge node merges the files from Google Drive and AWS S3 by key (file name) and keeps only the new file.
- AWS S3 node uploads the new file in the S3 bucket.
๐ Nodes Used
AWS S3, Google Drive Trigger
๐ฅ Import
Download workflow.json and import into n8n:
Workflow menu โ Import from File