python-discord / quackstack

An on-demand procedural ducky delivery service. An infinite stack of duckies!
MIT License
7 stars 1 forks source link

S3 Storage #59

Open jb3 opened 3 years ago

jb3 commented 3 years ago

Instead of serving ducks from our hosts we should upload generated ducks to an S3 host (preferably Linode Object Storage, which is compatible with any S3 wrapper).

Once generated we'll return these links to the clients and serve from there to save bandwidth and improve speed of delivery. We should check for presence of an image before generating so that we don't store duplicate ducks.

Kronifer commented 2 years ago

What's the status on this?