Documentation for a newer release is available.
View Latest
IPF File Manager
The IPF File Manager is a library that provides a unified API for file operations across different storage systems.
Implementations
The library provides implementations of these interfaces for both Local file systems and Amazon S3 storage.
A starter dependency is available which allows you to toggle which File Manager implementations are available in your application:
<dependency>
<groupId>com.iconsolutions.ipf.filemanager</groupId>
<artifactId>ipf-file-manager-starter</artifactId>
</dependency>