https://github.com/batazor/go-files-store
Service for get/set files
https://github.com/batazor/go-files-store
Last synced: over 1 year ago
JSON representation
Service for get/set files
- Host: GitHub
- URL: https://github.com/batazor/go-files-store
- Owner: batazor
- License: mit
- Created: 2018-11-22T10:32:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-12T10:44:29.000Z (about 7 years ago)
- Last Synced: 2024-04-14T21:35:18.725Z (about 2 years ago)
- Language: Go
- Homepage: https://batazor.github.io/go-files-store/
- Size: 3.57 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Roadmap: ROADMAP.md
Awesome Lists containing this project
README
# go-files-store
Service for get/set files
### Getting start
```
docker-compose up
```
### ENV
| Name | Value |
|---------------------|----------------------------------|
| MINIO_ENDPOINT | localhost:9001 |
| MINIO_ACCESS_KEY | ACCESS_KEY |
| MINIO_SECRET_KEY | SECRET_KEY |
| MINIO_SECURE | false |
| HTTP_PORT | 7070 |
### Feature
- Service fro work with files (set/get/delete)
- Minio cluster
- lambda compute
### Architecture
