A simple Spring Boot application that demonstrates file upload and download functionalities using MinIO as an object storage solution.
- Upload files to a MinIO bucket.
- Download files from the MinIO bucket.
- Java 21+
- Spring Boot 3.0.x
- MinIO Server (or an S3-compatible object storage)
- PostgreSQL (as the database)
- Maven (for dependency management)