Add ability to use S3 Bucket as final storage (small recording node)
Is your feature request related to a problem? Please describe.
Not really. I want to maintain a small recording node which uses a S3 bucket as final storage. So the recording node should just keep e.g. 1-2 stream recordings or so and just upload all results to a S3 compatible server. It has storage around e.g. 1TB.
More or less something like a throughput mode.
Describe the solution you'd like
Just S3 as expoter backend would be needed I guess. And eventually an option to activate a mode where nothing is kept on the system after uploading.
Just the bucket needs to be organized.
e.g. https://my.s3cloud.io/recordings/platform/channel/{vod|recording}/name_date_id.{mp4|json|...}
Describe alternatives you've considered
Temporarily I think I need to use SFTP and set low values for other things.
Additional context
None