mirror of
https://github.com/meineerde/rackstash.git
synced 2025-10-17 14:01:01 +00:00
A absolute Windows path such as `C:/path.to/file.log` is a valid URL with schema `C`. If a user specifies such a path, they likely want to create a File adapter in this case. As such, we fallback from `Adapter.adapter_by_uri_scheme` and create File adapter instance via `Adapter.adapter_by_type`.