STOP and READUSE THIS TEMPLATENO EXCEPTIONS - By not using this, you waste your time, our time and really hate puppies. Please remove these two lines and that will confirm you have read them.
What is the problem you are having with rclone?
I'm unable to run commands copy, move or lsd on AWS S3
Run the command 'rclone version' and share the full output of the command.
rclone v1.67.0
os/version: darwin 12.7.4 (64 bit)
os/kernel: 21.6.0 (x86_64)
os/type: darwin
os/arch: amd64
go/version: go1.22.4
go/linking: dynamic
go/tags: cmount
rclone lsd aws-s3:
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
A log from the command that you were trying to run with the -vv flag
2024/06/23 18:06:08 DEBUG : rclone: Version "v1.67.0" starting with parameters ["rclone" "lsd" "aws-s3:" "-vv"]
2024/06/23 18:06:08 DEBUG : Creating backend with remote "aws-s3:"
2024/06/23 18:06:08 DEBUG : Using config file from "/Users/beatrice/.config/rclone/rclone.conf"
2024/06/23 18:06:08 DEBUG : Resolving service "s3" region "us-east-1"
2024/06/23 18:06:58 ERROR : : error listing: SerializationError: failed to decode REST XML response
status code: 200, request id: 7c07a541412523eddb735b9bc0657495
caused by: XML syntax error on line 16: invalid character entity & (no semicolon)
2024/06/23 18:06:58 DEBUG : 6 go routines active
2024/06/23 18:06:58 Failed to lsd with 2 errors: last error was: SerializationError: failed to decode REST XML response
status code: 200, request id: 7c07a541412523eddb735b9bc0657495
caused by: XML syntax error on line 16: invalid character entity & (no semicolon)
I'm running rclone lsd aws: and here's the response
2024/06/23 18:33:11 ERROR : : error listing: SerializationError: failed to decode REST XML response
status code: 200, request id: 0bd418525a632c87e271128d75953bfd
caused by: XML syntax error on line 16: invalid character entity & (no semicolon)
2024/06/23 18:33:11 Failed to lsd with 2 errors: last error was: SerializationError: failed to decode REST XML response
status code: 200, request id: 0bd418525a632c87e271128d75953bfd
caused by: XML syntax error on line 16: invalid character entity & (no semicolon)