Class LocalStorageOperations

java.lang.Object
io.micronaut.objectstorage.local.LocalStorageOperations
All Implemented Interfaces:
ObjectStorageOperations<LocalStorageOperations.LocalStorageFile,LocalStorageOperations.LocalStorageFile,LocalStorageOperations.LocalStorageFile>

Implementation of ObjectStorageOperations for the local file system. Provides simple object storage used mainly for testing and local deployments, storing files and metadata in the file system hierarchy.
Since:
2.0.0
Author:
Álvaro Sánchez-Mariscal