mirror of
https://github.com/rclone/rclone.git
synced 2026-02-13 15:03:35 +00:00
Before this change serve s3 would return NoSuchKey errors when a non existent prefix was listed. This change fixes it to return an empty list like AWS does. This was discovered by the full integration tests.