Configuring RClone
Before using rclone to copy files to S3 you will need to configure a “remote” for your bucket. You can do so by running “rclone config” and answering the many prompts as shown here for AWS (and here for Wasabi). Doing this will create the file ~/.config/rclone/rclone.conf under the current user’s home directory (if necessary) and add the remote to that file.
...