This gem allows for seamless file transfers from Dropbox to Amazon S3, ensuring secure and efficient cloud storage management. It automates the process, making sure your files are always synced and readily accessible. By eliminating the need for manual uploads, it boosts productivity and streamlines workflows. Ideal for teams looking to manage cloud storage across platforms with ease and reliability. The uploaded files will be stored in a newly created folder labeled currentdate_DropboxFiles, ensuring organized and date-specific file management.
Setup Guide
This gem will receive files from Dropbox and upload them to Amazon S3 without the hassle of any tedious copy-paste work.
To run this integration and connect Dropbox to Amazon S3, configure the parameters mentioned below.
Dropbox
Token FileRequired. Select the Rest Token file from the drop-down list. Review the documentation article here on how to generate the token file.Source FolderRequired. Specify the path to the source folder, ending with a trailing slash.FilterOptional. Specify to filter the list of files.
Amazon S3
Server HostReuiqred. Provide the relevant [bucket] and [region] in the Server URL.Access KeyReuiqred. Specify the access key for Amazon S3 service.Secret KeyReuiqred. Specify the secret key for Amazon S3 service.Destination FolderReuiqred. Specify the path to the destination folder, ending with a trailing slash.