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 Host
Required. Provide the relevant [bucket] and [region] in the Server URL.Access Key
Required. Specify the access key for Amazon S3 service.Secret Key
Required. Specify the secret key for Amazon S3 service.Source Folder
Required. Specify the path to the source folder ending with a trailing slash.Filter
Optional. 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 Filter
parameter.
SFTP
Server Host
Required. Specify the name or IP address of the SFTP server.Port
Required. Specify the port number.Username
Required. Specify a username to access the SFTP server.Password
Required. Specify a password to access the SFTP server.Destination Folder
Required. Specify the path to the destination folder ending with a trailing slash.