Skip to content

nimishagarwal76/storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

storage

Simple storage server implemented using AWS S3 API. AWS provides its S3 bucket service which basically is used to store data over cloud, provide access to public or other users. The project aims to provide the same functionality, so for people having small projects, they can host this on their server and get signed links and get managed access to their resources. It follows S3 API which is public, so that to connect to the server people can use plethora of existing tools in the market.

Supported Methods

Buckets

  • Creating Bucket

Object

  • Put Object
  • Post Object(Multipart Upload)

Development

  • Install these:
  • Open the project in Intellij IDE
  • Setup the port at which server would run and the upload directory (location where files would be uploaded) in application.properties
  • Click Run (Shift + F10) to start the server, it will build the project and run the server on the specified port.

For further information, check out the wiki.

Supported Clients

As of now I have it tested with

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages