devlikeapro / waha

WAHA - WhatsApp HTTP API (REST API) that you can configure in a click!
https://waha.devlike.pro/
Apache License 2.0
806 stars 247 forks source link

[Feature Request] Support to S3 file storage #353

Open pablomorato1 opened 1 month ago

pablomorato1 commented 1 month ago

On my application is necessary to store the media sent on a message on S3 right when my Waha client receives the message to because I use SQS to handle the requests and ensure the delivery of all messages on a server downtime.

I'd like to have a plug and play feature that make possible to deliver the media data directly to my S3 bucket, and have the file url for it returned instead of the local_storage file url.

Is there already any way to do it?

allburov commented 1 month ago

Not yet, but we'll add it, shouldn't be a problem!

patron:PRO