This projects is intended as a sample for Spring Boot with a S3 as file storage. The main purpose is to show the compatibility of Spring Boot with the Minio object storage. Both, the AWS S3 client and the minio client will be used to interact with the storage.
Work in progress
./gradlew test
./gradlew bootRun --args='--spring.profiles.active=dev'
./gradlew test