This gem provides a robust solution for automating and securing the transfer of files from Oracle Cloud Object Storage to an SFTP server. This gem is essential for organizations aiming to streamline their data workflows, enhance security, and ensure efficient data management between cloud storage and external systems.
Setup Guide
This gem will receive files from Oracle Cloud Object Storage and upload them to SFTP Server without the hassle of any tedious copy-paste work.
To run this gem and connect Oracle Cloud Object Storage to SFTP Server, you need to configure the parameters that are mentioned below.
Oracle Cloud Object Storage
Server HostRequired. Specify correctbucketnamespaceandregionin the server host urlhttps://[bucketnamespace].compat.objectstorage.[region].oraclecloud.com.Access KeyRequired. Specify the access key.Secret KeyRequired. Specify the secret key.Source FolderRequired. Specify the path to the source folder, ending with a trailing slash, from where you want to receive the file.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.