An open API service indexing awesome lists of open source software.

https://github.com/amirhnajafiz/file-handler-s3

Create a File Handling System with Golang and S3.
https://github.com/amirhnajafiz/file-handler-s3

fhs file-handling go golang object-storage s3

Last synced: 3 months ago
JSON representation

Create a File Handling System with Golang and S3.

Awesome Lists containing this project

README

          


logo



FHS (File Handling System)


File handling system with Golang programming language and S3 database.
A simple file server where you can upload, download, remove your files.
Your files will be stored into a S3 which is an Object Storage.
The main idea behind this project is to work with Media in Golang and S3 Object Storage.

## How to use this project?

#### Using Docker

```shell
docker-compose up -d
```

#### Using Golang

```shell
go run main.go
```

You will have the server running on **localhost:8080** and
metrics on **localhost:1240**

## Demo