Seamlessly transfer files from an SFTP server to Amazon S3 with our robust gem, ensuring secure, efficient, and automated data management. Enhance your storage capabilities by leveraging the scalability and reliability of Amazon S3 for all your file transfer needs.
Setup Guide
This gem will establish a connection between the SFTP server and Amazon S3. Once the connection is established, the gem will then get files from the SFTP folder specified for the parameter Source Folder and upload them to the desired Amazon S3 bucket.
SFTP
Server HostRequired. Specify the name or IP address of the SFTP server.PortRequired. Specify the port number.UsernameRequired. Specify a username to access the SFTP server.PasswordRequired. Specify a password to access the SFTP server.Source FolderRequired. Specify the path to the source folder ending with a trailing slash.FilterOptional. Use this parameter to specify filter criteria for local files. For more details about the syntax of the filter visit here to check details for theLocal Filterparameter.CompressionOptional. Set this parameter to true to zip the 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.