Meekro
CDCloudflare Developers
•Created by Meekro on 8/28/2023 in #r2
Hello Unless I m missing something
Could you please tell whoever's working on the R2+rclone docs: https://developers.cloudflare.com/r2/examples/rclone/
The docs should mention that you should probably have "no_check_bucket = true" in your rclone.conf, or else limited-access access keys won't work.
6 replies
CDCloudflare Developers
•Created by Meekro on 8/28/2023 in #r2
Hello Unless I m missing something
Turns out rclone always tries to create the bucket you’re writing to, just in case it doesn’t exist. A limited-access user doesn’t have permission to do this, so the request fails.
You can add this to your rclone.conf to turn off this behavior and fix the problem:
no_check_bucket = true
6 replies
CDCloudflare Developers
•Created by Meekro on 8/28/2023 in #r2
Hello Unless I m missing something
When I set this to "Admin Read & Write", I can once again create objects in the bucket. I've flipped it back and forth several times to make sure it wasn't a coincidence.
6 replies
CDCloudflare Developers
•Created by Meekro on 8/28/2023 in #r2
Hello Unless I m missing something
6 replies
CDCloudflare Developers
•Created by Meekro on 8/28/2023 in #r2
Hello Unless I m missing something
Sorry about the delay in responding, I was away.. There is only one bucket involved. I'm copying a local file to an R2 bucket. I've tried the "Object Read & Write" permissions with "All buckets in this account", and I've also tried it with the "specific buckets only" and both produce the same results.
6 replies