A solution for the task to create an S3 like storage
- Run the server
- Send a request to /api/v1/upload to get an upload link
- Send the file to the given upload link
- Download the file from /api/v1/download/:file-name
make start
make client-test
make stop