Cloud File Manager is Spring boot application which will interact with AWS S3 and Azure Blob Storage for file related operation, you can reuse this piece of code in your system for fast development. Below are the list of supported operation
- Upload file to cloud like aws s3 or azure blob storage based on spring profile
- Get uploaded file list
- Download uploaded file
- Delete file by name
- Delete all uploaded files
Minimal Spring Boot app for managing file on cloud.
For building and running the application you need:
There are several ways to run a Spring Boot application on your local machine. One way is to execute the main
method in the com.inventiverhino.cloudfilemanager.CloudFileManagerApplication
class from your IDE.
Alternatively you can use the Spring Boot Maven plugin like so:
mvn spring-boot:run
Released under the Apache License 2.0. See the LICENSE file.