Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gajop/nextgen-s3-backend
https://github.com/gajop/nextgen-s3-backend
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gajop/nextgen-s3-backend
- Owner: gajop
- Created: 2021-04-01T17:05:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-23T14:14:19.000Z (almost 3 years ago)
- Last Synced: 2023-03-10T21:47:53.349Z (over 1 year ago)
- Language: Python
- Size: 9.07 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nextgen-s3-backend
TODO: explain the idea behind this repo
# Install
This project uses Poetry for package management. To setup Poetry, see: https://python-poetry.org/docs/
Install with Poetry:
`poetry install`
# Run
```
poetry shell
python scripts/run.py
```# Config
TODO: Explain each thing
```
SPACES_KEY =
SPACES_SECRET =
SPACES_REGION_NAME =
SPACES_ENDPOINT_URL =
SPACES_BUCKET =
REMOVE_ON_UPLOAD = true
HISTORY_GENERATION_SIZE = 10
```