TheAtlasRepository / ImgPDF2Map

GNU General Public License v3.0
7 stars 0 forks source link

Implemented AWS S3 storage functionality++ #131

Closed ostepizza closed 6 months ago

ostepizza commented 6 months ago

This PR is pretty much the same as the one submitted to dev-workerbuild yesterday, but now to dev instead. It introduces AWS S3 buckets as storage, and fixes quirks related to the original implementation of local storage. In addition, support for using Heroku-addon "Bucketeer" has been added as a possible way to use S3 storage.

Changelog

Deploy to Heroku workflow

.env.example

routers/georefProject

utils/core/georefHelper

utils/projectHandler

utils/storage/files/s3FileStorage

pyproject.toml and requirements.txt