Rclone S3 config error

Good morning. My S3 remote stopped working, so I went to recreate it. I was getting a blank listing from a known-full bucket.

[gamblodar@monolith](~)[02:39](S)$ rclone ls "s3:/berbec" -vvvvvvv
2018/05/03 02:39:56 DEBUG : rclone: Version "v1.40" starting with parameters ["rclone" "ls" "s3:/berbec" "-vvvvvvv"]
2018/05/03 02:39:56 DEBUG : Using config file from "/home/gamblodar/.rclone.conf"
2018/05/03 02:39:57 INFO  : S3 bucket : Modify window is 1ns
2018/05/03 02:39:57 DEBUG : berbec: Excluded from sync (and deletion)
2018/05/03 02:39:57 DEBUG : 4 go routines active
2018/05/03 02:39:57 DEBUG : rclone: Version "v1.40" finishing with parameters ["rclone" "ls" "s3:/berbec" "-vvvvvvv"]

I’m running into some sort of auth error:

Any idea where I can try and debug?

Thanks!

That error appears to be from amazon cloud drive, not amazon s3? Did you choose the wrong type in the configurator? You can also type the names rather than choose the number so s3.

Oops. fixed that, so the auth is working. It’s still giving me a blank when I ls a known full bucket.

[gamblodar@berb](~)[09:27](S)$ rclone ls s3:/berbec -vvvvv
2018/05/03 09:27:29 DEBUG : rclone: Version "v1.40" starting with parameters ["rclone" "ls" "s3:/berbec" "-vvvvv"]
2018/05/03 09:27:29 DEBUG : Using config file from "/home/gamblodar/.rclone.conf"
2018/05/03 09:27:29 INFO  : S3 bucket : Modify window is 1ns
2018/05/03 09:27:29 DEBUG : berbec: Excluded from sync (and deletion)
2018/05/03 09:27:29 DEBUG : 4 go routines active
2018/05/03 09:27:29 DEBUG : rclone: Version "v1.40" finishing with parameters ["rclone" "ls" "s3:/berbec" "-vvvvv"]

Try without the / before the bucket name and see if that helps.

I’m a moron :). Thanks for not making fun of me too much.

I think rclone should have given an error on s3:/bucket or stripped the / for you since I don’t think / can ever be in a bucket name.

If you make a new issue on github I’ll fix it at some point!