Skip to content

blkmlk/file-storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distributed File Storage

Description

A solution for the task to create an S3 like storage

How to use?

  1. Run the server
  2. Send a request to /api/v1/upload to get an upload link
  3. Send the file to the given upload link
  4. Download the file from /api/v1/download/:file-name

How to run tests?

make start
make client-test
make stop

About

Implementation of a given task

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published