Skip to content
Last update: March 26, 2024

Overview

The Virto Assets module is a base module that provides a powerful, flexible, and extensible asset management platform. With this module, you can easily search, organize, and retrieve assets stored in multiple locations, including file systems, Azure storage, and other custom asset storage solutions.

The module is designed to be highly configurable and extensible, allowing developers to easily add new asset storage providers or customize existing ones to meet the unique needs of their organization. It defines a set of common abstractions for searching, retrieving, and manipulating assets, making it easy for developers to work with assets regardless of their underlying storage location.

Note

You cannot work directly with platform files; the only way to do so is through the Assets abstraction.

Virto Commerce includes the following out-of-the-box providers:

  • File System: For storing files in the same directory as the Platform.
  • Azure Blob Storage: For storing files in the external storage, e.g. Azure blob storage.

Readmore Configuring assets providers

Source code

Latest release

Key Features

The diagram below illustrates the Assets module functionality:

Assets

With the Assets module, you can: