mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
486a10bec5
Before this change, listing a subdirectory gave errors like this: Entry doesn't belong in directory "" (contains subdir) - ignoring It also did full recursive listings when it didn't need to. This was caused by the code using the underlying Fs to do recursive listings on bucket based backends. Using both the VFS and the underlying Fs is a mistake so this patch removes the code which uses the underlying Fs and just uses the VFS. Fixes #7500 |
||
---|---|---|
.. | ||
backend.go | ||
ioutils.go | ||
list.go | ||
logger.go | ||
pager.go | ||
s3_test.go | ||
s3.go | ||
serve_s3.md | ||
server.go | ||
utils.go |