Interface ObjectStorageFeature

All Superinterfaces:
io.micronaut.core.naming.Described, Feature, io.micronaut.core.naming.Named, io.micronaut.core.order.Ordered
All Known Subinterfaces:
CloudObjectStorageFeature
All Known Implementing Classes:
ObjectStorageAws, ObjectStorageAzure, ObjectStorageGcp, ObjectStorageLocal, ObjectStorageOracleCloud

public interface ObjectStorageFeature extends Feature
Base class for Object Storage features.
Since:
3.7.0
Author:
Álvaro Sánchez-Mariscal