mirror of
https://github.com/rclone/rclone.git
synced 2025-12-25 12:43:42 +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.