You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unify Ftp library instead of \Magento\Framework\System\Ftp and \Magento\Framework\Filesystem\Io\Ftp
Agree on API convenient for developers. Current API requires extra actions from the developer, and in some cases makes impossible to access files/folders in some context (e.g., it's necessary to create a directory and only then access necessary file).
Revisit the security measure limiting accessing files only in specific directory. Find an API that will be convenient and, in the same time, covers security requirements.
For cloud - do not write to local FS
API for media files to write to object storage
Logs (everything in "var") to be written to remote storage
Adapter for switching between local and remote storage
Config from env.php
Storages: S3
Builds on environment close to cloud
And composer-based
DevBox close to cloud env
The text was updated successfully, but these errors were encountered:
Magento\Framework\Filesystem\Io
\Magento\Framework\System\Ftp
and\Magento\Framework\Filesystem\Io\Ftp
env.php
The text was updated successfully, but these errors were encountered: