Log in
Model

Config

Magento\RemoteStorage\Model\Config

What it does

This class provides access to remote storage configuration settings from Magento's deployment configuration.

Developers use it to retrieve the configured storage driver (like AWS S3 or Google Cloud Storage), check if remote storage is enabled, and get connection parameters, prefixes, and cache settings for remote file system operations.

Public Methods

  • getDriver()
  • isEnabled()
  • getConfig()
  • getPrefix()
  • getCache()