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
..
2023-08-02 12:53:09 +01:00
2023-10-06 14:08:20 +01:00
2023-08-02 12:53:09 +01:00
2023-08-02 12:53:09 +01:00
2023-09-05 08:53:58 +01:00
2022-12-03 18:58:55 +01:00
2023-08-02 12:53:09 +01:00
2023-08-02 12:53:09 +01:00
2023-10-04 17:52:57 +01:00
2023-08-02 12:53:09 +01:00
2023-10-29 15:46:41 +00:00
2023-08-02 12:53:09 +01:00
2023-08-02 12:53:09 +01:00
2023-08-02 12:53:09 +01:00
2023-08-02 12:53:09 +01:00
2023-08-02 12:53:09 +01:00
2023-08-02 12:53:09 +01:00
2023-08-02 12:53:09 +01:00
2023-08-02 12:53:09 +01:00
2023-08-02 12:53:09 +01:00
2023-08-02 12:53:09 +01:00
2023-08-02 12:53:09 +01:00
2023-11-03 23:31:00 +01:00
2023-08-02 12:53:09 +01:00
2024-01-03 10:57:59 +00:00
2023-08-02 12:53:09 +01:00
2023-08-02 12:53:09 +01:00
2023-08-02 12:53:09 +01:00
2023-09-21 16:15:38 +01:00
2023-08-02 12:53:09 +01:00
2023-08-02 12:53:09 +01:00
2023-08-02 12:53:09 +01:00
2023-10-29 15:46:41 +00:00
2023-10-06 14:08:20 +01:00
2023-12-02 14:17:15 +00:00
2023-08-02 12:53:09 +01:00
2023-08-02 12:53:09 +01:00
2023-10-24 14:26:57 +01:00
2023-12-05 10:44:53 +00:00
2022-12-03 18:58:55 +01:00
2023-08-02 12:53:09 +01:00
2023-09-20 21:57:40 +01:00
2023-08-02 12:53:09 +01:00
2023-09-04 16:32:04 +01:00
2022-12-03 18:58:55 +01:00
2023-08-02 12:53:09 +01:00
2023-08-18 12:05:15 +01:00
2023-12-10 22:29:57 +00:00
2024-01-05 15:51:13 +00:00
2022-12-03 18:58:55 +01:00
2023-08-02 12:53:09 +01:00
2023-11-14 16:44:12 +00:00
2023-08-02 12:53:09 +01:00
2024-01-04 17:05:54 +00:00
2023-08-02 12:53:09 +01:00
2023-08-02 12:53:09 +01:00
2023-08-02 12:53:09 +01:00
2023-09-23 12:20:01 +01:00
2023-09-23 12:54:08 +01:00
2023-10-11 11:36:31 +01:00
2021-09-09 20:43:59 +03:00
2021-09-09 20:43:59 +03:00
2022-11-07 11:45:04 +00:00
2022-11-07 11:45:04 +00:00