Configure and run rclone in a powershell script to download files from a S3 server, but cannot use interactive "rclone config" as my project needs to run silently/scripted. How do I accomplish this?
Run the command 'rclone version' and share the full output of the command.
rclone v1.62.2
os/version: Microsoft Windows 11 Home 22H2 (64 bit)
Thank you! Thank you! Thank you! Connection strings is what I used and it's working perfectly. Since I couldn't find any code snippets out there and it took me awhile to get around the quirks, here's an snippet from the code that's working for me now (Powershell):