rclone/cmd/serve/s3
Nick Craig-Wood 486a10bec5 serve s3: fix listing oddities
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
2024-01-05 15:51:13 +00:00
..
backend.go serve s3: fix listing oddities 2024-01-05 15:51:13 +00:00
ioutils.go serve s3: let rclone act as an S3 compatible server 2023-11-16 16:59:55 +00:00
list.go serve s3: fix listing oddities 2024-01-05 15:51:13 +00:00
logger.go serve s3: fixes before merge 2023-11-16 16:59:56 +00:00
pager.go serve s3: let rclone act as an S3 compatible server 2023-11-16 16:59:55 +00:00
s3_test.go serve s3: document multipart copy doesn't work #7454 2023-11-24 15:49:33 +00:00
s3.go serve s3: pre-merge tweaks 2023-11-16 16:59:56 +00:00
serve_s3.md serve s3: document multipart copy doesn't work #7454 2023-11-24 15:49:33 +00:00
server.go serve s3: pre-merge tweaks 2023-11-16 16:59:56 +00:00
utils.go serve s3: pre-merge tweaks 2023-11-16 16:59:56 +00:00