Retrieves a file storage adapter by name. If no adapter name is provided, uses the default registered adapter.
OptionaladapterName: TAdaptersThe name of the adapter to retrieve (optional). If not provided, uses the default adapter.
The requested file storage adapter
File storage resolver contract for dynamically selecting and switching between storage adapters. Simplifies adapter management by providing a single interface to access registered storage implementations.
Typical usage: