Unsupported protocol scheme "s3" for IBM COS

Hi,

I am trying to use rclone for my on-premise IBM COS. I am getting “unsupported protocol scheme s3” error with “Failed to ls: RequestError: send request failed” when I try to do rclone ls.
I am able to connect to my IBM COS using AWS cli or s3cmd so I believe above is error is not valid. What else can be the issue?

Thanks,
Nithin

rclone version shows what?

What does your rclone.conf look like with the keys removed?

Did you get this to work? I suspect you’ve got a s3:// somewhere in the config or the command line.

Yes I got it working. I had my endpoint as s3:// instead of http:// so I was getting that error.

1 Like