AssetImportStrategy
The AssetImportStrategy determines how asset files get imported based on the path given in the
import CSV or via the AssetImporter getAssets() method.
The DefaultAssetImportStrategy is able to load files from either the local filesystem or from a remote URL.
A custom strategy could be created which could e.g. get the asset file from an S3 bucket.
Info
This is configured via the importExportOptions.assetImportStrategy property of
your VendureConfig.
- Extends:
InjectableStrategy
Was this chapter helpful?