This gem will seamlessly transfer files from an Amazon S3 bucket to a designated SFTP server, ensuring a secure and efficient data movement process. This gem is designed to automate the file transfer, reducing manual intervention and enhancing overall operational efficiency.
Setup Guide
This gem will establish a connection between the Amazon S3 and SFTP server. Once the connection is established, the gem will then get files from the Amazon S3 folder specified for the parameter Source Folder` and upload them to the desired SFTP server folder.
Amazon S3
Server HostRequired. Provide the relevant [bucket] and [region] in the Server URL.Access KeyRequired. Specify the access key for Amazon S3 service.Secret KeyRequired. Specify the secret key for Amazon S3 service.Source FolderRequired. Specify the path to the source folder ending with a trailing slash.FilterOptional. Use this parameter to specify the filter criteria for files. For more details about the syntax of the filter visit here to check details for theLocal Filterparameter.
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.Destination FolderRequired. Specify the path to the destination folder ending with a trailing slash.