mirror of
https://github.com/meineerde/rackstash.git
synced 2025-10-17 14:01:01 +00:00
If we were to fall through, undefined schemes would always end up as a file adapter. This is generally undesired since it hides the fact that we have not found a suitable adapter. Most of the time, this will be a configuration error which should be reported early. If a user still wants to create a file adapter with a filename that looks like a URI, they can create a Rackstash::Adapter::File object manually.