Log in
Model

TmpFileCopier

Magento\RemoteStorage\Model\TmpFileCopier

What it does

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 with files stored remotely (like on AWS S3) but require local file access for processing.

It automatically cleans up temporary files when destroyed.

Public Methods

  • copy()