Skip to content

Multi Region Support - Storage Factory

Related tasks

Context

Change

This MR introduces a Factory for Storage components.

The Storage interface has been moved from the cloud package and into its own storage package. This was done to better separate concerns, as a Storage implementation does not need to be stored in the cloud. This change also makes it easier to define related code (e.g. factories) for it. Provider-specific code is still available under the cloud package.

Other information

Additional documentation

Edited by Alejo Carballude

Merge request reports