mirror of
https://github.com/rclone/rclone.git
synced 2026-09-12 22:24:25 -04:00
Listing a bucket without -R shows each prefix as one directory entry, so the objects under it are not in the output. This is easy to read as a truncated listing rather than as one level of a hierarchy. Fixes #9797