Salz0 / telegram_flea

A open-source flea market bot, to be used in any Community
MIT License
9 stars 22 forks source link

Use S3 storage to save files sent to the bot. #47

Open mykolasolodukha opened 8 months ago

mykolasolodukha commented 8 months ago

What?

Why?

Anything else?

I would argue for using async version of boto3 - aioboto3 (or analogs) because uploading an image to S3 is a heavy I/O-bound operation and having it be done async is a great plus.

avenortoz commented 8 months ago

If it is not urgent, I will be glad to take this issue