Skip to content

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

Notifications You must be signed in to change notification settings

sandip1805/cloud-file-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cloud-file-manager

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

Build Status Coverage Status License

Minimal Spring Boot app for managing file on cloud.

Requirements

For building and running the application you need:

Running the application locally

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

Copyright

Released under the Apache License 2.0. See the LICENSE file.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages