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.
- Host: GitHub
- URL: https://github.com/amirhnajafiz/file-handler-s3
- Owner: amirhnajafiz
- Created: 2022-05-08T10:54:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T17:27:55.000Z (almost 3 years ago)
- Last Synced: 2025-06-23T04:41:21.842Z (4 months ago)
- Topics: fhs, file-handling, go, golang, object-storage, s3
- Language: Go
- Homepage:
- Size: 4.19 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
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
![]()