Skip to content

steveyiyo/file-upload-to-s3

Repository files navigation

Upload file to S3

A restful API that can upload files to s3.

How to use?

Download the latest release version, and copy .env.example to .env.
Complete the .env file, and run the binary file to start the server.

For the docker usage guide, It will release soon.

API Endpoints

HTTP POST /api/v1/upload

Deploy

Edit environment in the docker-compose.yaml, and run it.

docker-compose up -d

About

A RESTFul API that can upload files to S3, written by Golang.

Resources

Stars

Watchers

Forks