Skip to content

blkmlk/file-storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

11e88d6 · Jul 12, 2023

History

20 Commits
Jul 12, 2023
Jul 12, 2023
Jul 12, 2023
Jul 12, 2023
Jul 12, 2023
Jul 12, 2023
Jul 10, 2023
Jun 22, 2023
Jul 12, 2023
Jul 12, 2023
Jul 12, 2023
Jul 12, 2023
Jul 12, 2023

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