Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gajop/nextgen-s3-backend


https://github.com/gajop/nextgen-s3-backend

Last synced: 3 days ago
JSON representation

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
```