Closed
Description
Description
Right now the AssetMapper command directly writes into the public folder.
It would be nice if there would be an abstraction to the Filesystem so I could directly use Flysystem and upload it to S3/whatever. A workaround could be to let it copy to an temporary directory and from there to S3 (assuming the public folder is read-only).
Example
No response