flowabot icon indicating copy to clipboard operation
flowabot copied to clipboard

S3 render upload

Open ILW8 opened this issue 3 years ago • 1 comments

Adds the ability to use a S3-compatible bucket host for uploading rendered videos instead of relying on Discord for hosting the videos. This allows circumventing the rather restrictive 8MB file size limit.

The code isn't particularly clean, and it's missing some error handling in case of upload failures. This draft mainly serves as a way of getting feedback on the overall idea.

ILW8 avatar Dec 25 '21 07:12 ILW8

This draft mainly serves as a way of getting feedback on the overall idea.

Definitely something I'd want, although not sure about S3. I already have code in my local instance that uploads videos above 8 MB to a local file server but never pushed it since it's too specific.

I'd like a more general approach, maybe the option to put a custom command the output video path is passed into into so you can define your own upload target via curl, jq and what not.

LeaPhant avatar Dec 25 '21 08:12 LeaPhant