rclone/cmd/serve
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
..
dlna serve dnla: fix crash on graceful exit 2023-10-31 16:44:25 +00:00
docker systemd: Fix detection and switch to the coreos package everywhere 2023-12-02 14:17:15 +00:00
ftp serve ftp: fix race condition when using the auth proxy 2023-08-23 15:11:47 +01:00
http cmd: refactor and use sysdnotify in more commands 2023-09-04 16:32:04 +01:00
nfs serve nfs: Mark as experimental 2023-12-05 10:44:53 +00:00
proxy docs: group the global flags and make them appear on command and flags pages 2023-08-02 12:53:09 +01:00
restic cmd: refactor and use sysdnotify in more commands 2023-09-04 16:32:04 +01:00
s3 serve s3: fix listing oddities 2024-01-05 15:51:13 +00:00
servetest build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00
sftp serve sftp: return not supported error for not supported commands 2023-10-16 12:08:22 +01:00
webdav webdav: added an rclone vendor to work with rclone serve webdav 2023-11-05 12:37:25 +00:00
serve.go serve s3: let rclone act as an S3 compatible server 2023-11-16 16:59:55 +00:00