Rclone is a command-line tool for synchronizing files and directories to and from various cloud storage providers, as well as local file systems. It supports common operations such as uploading, downloading, and syncing files, as well as more advanced features such as server-side file modification times, partial syncs, and more.
How to configure rclone to work with Telnyx Storage
Steps:
Download and install the latest version of rclone here!
Open your terminal. Run the command
rclone config
to create a new configuration file for Telnyx StorageFor the first prompt, choose option n to create a new remote. Hit “Enter” to continue
For "Enter name for new remote", type in any name that you wish! Hit “Enter” to continue
For "Option Storage", choose option "5" (Amazon S3 Compliant Storage Providers including AWS, Alibaba, Ceph, …) and hit “Enter” to continue
For "Option provider", choose option "25" (Any other S3 compatible provider) and hit “Enter” to continue
For "Option env_auth", choose option 1 (Enter AWS credentials in the next step) and hit “Enter” to continue
For "Option access_key_id", copy and paste your Telnyx API Key in this field and hit “Enter” to continue
For "Option secret_access_key", the secret access key is not used by Telnyx Storage. However rclone will complain if this field is left empty. Type out anything you want here, as long as it doesn't include spaces, quoting, or special characters of any kind.
For "Option region", choose option 1 (Will use v4 signatures and an empty region.) and hit “Enter” to continue
For "Option endpoint", type "storage.telnyx.com" and hit “Enter” to continue
For "Option location_constraint", you can either leave empty and hit “enter”. Or if you can type in one of our available regions and hit “Enter” to continue
For "Option acl", leave blank and hit “Enter” to continue. Telnyx Storage does not support ACL’s at this time
For "Edit advanced config?", type "n" (No (default)) and click “Enter” to continue
For "Keep this "{{remote_name}}" remote?", type "y"(Yes this is OK (default)) and hit “Enter” to continue
Finally, type "q" and hit “Enter” to quit the config
And that’s all there is to it! You have now connected rclone to Telnyx Storage. Just remember to use the appropriate remote_name when initiating commands.
Additional Resources
For more information on how to use rclone, check out their developer documentation here.
Can't find what you're looking for? Click the chat bubble at your lower right hand corner and start a chat!
*Note that you must be logged into your Telnyx Mission Control Portal in order to interact with the chat bubble.