What is the problem you are having with rclone?
I have a Ceph user who is given read access to a number of buckets created by other Ceph users. I cannot list those out using:
rclone lsd k_myreader:
k_myreader is specifically set up as a read-only account. What I really want to do is to list out all bucket sizes that this account has access to, but I cannot even list out the buckets themselves.
If I know the name of a bucket, I can successfully list out things
rclone lsd k_myreader:my_bucket
rclone size k_myreader:my_bucket
Run the command 'rclone version' and share the full output of the command.
rclone v1.69.1-DEV
- os/version: rocky 8.9 (64 bit)
- os/kernel: 4.18.0-513.18.1.el8_9.x86_64 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.23.5
- go/linking: static
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
Ceph
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone lsd k_myreader:
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[k_myreader]
type = s3
provider = Ceph
access_key_id = XXX
secret_access_key = XXX
endpoint = https://s3.kopah.uw.edu
use_already_exists = false
A log from the command that you were trying to run with the -vv
flag
2025/02/25 14:40:15 DEBUG : rclone: Version "v1.69.1-DEV" starting with parameters ["rclone" "lsd" "k_myreader:" "-vv"]
2025/02/25 14:40:15 DEBUG : Creating backend with remote "k_stergachis_reader:"
2025/02/25 14:40:15 DEBUG : Using config file from "/mmfs1/home/sjn/.config/rclone/rclone.conf"
2025/02/25 14:40:15 DEBUG : 5 go routines active