Skip to content

ayocodingit/storage-minio-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub issues GitHub forks GitHub stars

Storage Minio Service

Detail information for endpoints

There are several endpoints that can be used, including:

$ POST /upload              * endpoint for upload file
$ GET /download/:filename   * endpoint for get file (if configuration cloud set private)
$ DELETE /delete/:filename  * endpoint for remove file

Tech Stacks

Quick Start

Clone the project:

$ git clone https://github.com/ayocodingit/storage-minio-service.git
$ cd storage-minio-service
$ cp .env.example .env

How to Run on local

$ go run src/cmd/main.go

How to Build docker

$ docker build -f docker/Dockerfile -t storage-minio-service:<VERSION> .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published