Creates a plugin that prefixes all file keys passed to a file-storage adapter.
Every method that accepts a file key (identifier/path) will have the given
prefix prepended before the call is forwarded to the underlying adapter.
This includes public URL generation, signed URL generation, existence checks,
streaming, metadata, and all CRUD operations.
Creates a plugin that prefixes all file keys passed to a file-storage adapter.
Every method that accepts a file key (identifier/path) will have the given
prefixprepended before the call is forwarded to the underlying adapter. This includes public URL generation, signed URL generation, existence checks, streaming, metadata, and all CRUD operations.