Rclone size on a minio bucket is slower

STOP and READ USE THIS TEMPLATE NO 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 have a bucket with 3 M objects and some are30m files. When i do rclone size command, it takes ages to return the output and so mc du command as well. I was wondering if there is any faster way to check the size of the bucket. I tried to put transfers and checkers to see if i can trick but it seems not worthy. Please suggest.

#### Run the command 'rclone version' and share the full output of the command.

v1.74.3

#### Which cloud storage system are you using? (eg Google Drive)

MinIO

#### The command you were trying to run (eg `rclone copy /tmp remote:tmp`)

`rclone size src:bucket`


#### Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.


[deloldm]
provider = other
access_key_id= XXX
secret_access_key = XXX
endpoint == http://XXX.XXX.XXX.XXX
chunk_size=100m

[delnewm]
provider = other
access_key_id= XXX
secret_access_key = XXX
endpoint == http://XXX.XXX.XXX.XXX
chunk_size=100m

#### A log from the command that you were trying to run with the `-vv` flag

<!-- You should use 3 backticks to begin and end your paste to make it readable.  Or use a service such as https://pastebin.com or https://gist.github.com/   -->

2026/06/19 03:02:18 DEBUG : rclone: Version "v1.74.3" starting with parameters ["rclone" "size" "delnewm:movmstvlas3-b1" "-vvv"] 2026/06/19 03:02:18 DEBUG : Creating backend with remote "delnewm:movmstvlas3-b1" 2026/06/19 03:02:18 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"


hello, please answer ALL the questions and then we can start to help you.

My bad, somehow my answers didn't come up as expected. I edited it now

@asdffdsa Done, please check

Depending on the layout of the bucket (if it isn't 3m files in one directory) increasing --checkers may help.

--fast-list is unlikely to help.

Unfortunately in the S3 protocol there is no faster way to find the size of a bucket than by listing all the files.

for minio, that should be provider = Minio

it is not in one directory.. Basically commvault data. Should i try rclone size --checkers 128 remote:bucket

I wil make a note of this as well