mirror of
https://github.com/meineerde/rackstash.git
synced 2026-01-13 09:11:30 +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.