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
In #344 we introduced importing from asset, which allows the user to seamlessly pull assets from a remote storage before the import happens. Using an artifact does the same when exporting.
An extension to this could be to allow import/export using an arbitrary Pimcore filesystem (not just asset) by doing something like
In #344 we introduced importing from asset, which allows the user to seamlessly pull assets from a remote storage before the import happens. Using an artifact does the same when exporting.
An extension to this could be to allow import/export using an arbitrary Pimcore filesystem (not just
asset
) by doing something likeHere,
storage+storage1://
means:storage+
, use\Pimcore\Tool\Storage::getStorage
storage1
, pass that as the name to 1.some/path.csv
directly to / from FlysystemThe text was updated successfully, but these errors were encountered: