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 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.Source Folder
Required. Specify the path to the source folder ending with a trailing slash.Filter
Optional. 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 Filter
parameter.Compression
Optional. Set this parameter to true to zip the files.
Amazon S3
Server Host
Reuiqred. Provide the relevant [bucket] and [region] in the Server URL.Access Key
Reuiqred. Specify the access key for Amazon S3 service.Secret Key
Reuiqred. Specify the secret key for Amazon S3 service.Destination Folder
Reuiqred. Specify the path to the destination folder, ending with a trailing slash.