The Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController uses the file system directly in several situations. It should use the flysystem instead. Using the filesystem directly causes problems in a clustered environment if the filesystem is not shared.
The Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController uses the file system directly in several situations. It should use the flysystem instead. Using the filesystem directly causes problems in a clustered environment if the filesystem is not shared.