What is the problem you are having with rclone?
I wonder if aws sso works with rclone? This is the process that I do to get sso work with aws
aws sso login --profile new_prof1
Attempting to automatically open the SSO authorization page in your default browser.
If the browser does not open or you wish to use a different device to authorize this request, open the following URL:
https://device.sso.us-east-1.amazonaws.com/
Then enter the code:
SNNL-GCMD
Successfully logged into Start URL: https://???.awsapps.com/start#
Run the command 'rclone version' and share the full output of the command.
rclone v1.65.1
- os/version: ubuntu 22.04 (64 bit)
- os/kernel: 6.2.0-39-generic (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.21.5
- go/linking: static
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
AWS
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
./rclone --s3-profile new_prof1 -vvvvvvvv ls :s3:
2024/01/11 22:29:17 DEBUG : rclone: Version "v1.65.1" starting with parameters ["./rclone" "--s3-profile" "new_prof1" "-vvvvvvvv" "ls" ":s3:"]
2024/01/11 22:29:17 DEBUG : Creating backend with remote ":s3:"
2024/01/11 22:29:17 DEBUG : Using config file from "/home/oren/.config/rclone/rclone.conf"
2024/01/11 22:29:17 DEBUG : :s3: detected overridden config - adding "{pdzVs}" suffix to name
2024/01/11 22:29:17 DEBUG : Using anonymous credentials - did you mean to set env_auth=true?
2024/01/11 22:29:17 NOTICE: s3: s3 provider "" not known - please set correctly
2024/01/11 22:29:17 DEBUG : fs cache: renaming cache item ":s3:" to be canonical ":s3{pdzVs}:"
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
NONE