config
[aws]
type = s3
provider = aws
env_auth = false
access_key_id = xx
secret_access_key = xx
region = eu-west-1
endpoint =
location_constraint =
acl =
server_side_encryption =
storage_class =
it's basically
rclone ls aws:bucket/Archive
vs rclone lfs aws:bucket/Archive
--fast-list doesn't make much difference either. it might be that the formatting is slow somehow inside rclone, not the listing itself.
In fact, it's more slow than I thought. It's unfeasible to work with lsf with this speed