RemoteStorage Module
Config
This class provides access to remote storage configuration settings from Magento's deployment configuration. Developers use it to retrieve the configu...
File\Storage\Synchronization
This class synchronizes files from remote storage (like AWS S3) to the local filesystem when remote storage is enabled. Developers use this when they...
File\Uploader
This class extends the standard Magento file uploader to handle file uploads when remote storage is enabled. It automatically detects if an uploaded f...
Filesystem\Directory\Write
This class extends Magento's standard filesystem write functionality to support remote storage systems (like AWS S3 or Azure). When a developer delete...
Model\Filesystem\Directory\WriteFactory
This factory class creates filesystem directory write instances specifically for remote storage operations in Magento 2. Developers use this when they...
Synchronizer
This class synchronizes files from local filesystem directories to remote storage (like S3 or cloud storage). Developers use this when migrating a Mag...
TmpFileCopier
This class copies files from remote storage to a local temporary directory when remote storage is enabled. Developers use it when they need to work wi...