I’ve recently deployed an openvidu cluster using the autoscaling webhook on top of https://scaleway.com/ and since Scaleway has support for the s3 protocol how can I configure the media nodes to use s3 to write their recordings?
OPENVIDU_PRO_RECORDING_STORAGE=s3
OPENVIDU_PRO_AWS_ACCESS_KEY=<YOUR_ACCESS_KEY>
OPENVIDU_PRO_AWS_SECRET_KEY=<YOUR_SECRET_KEY>
OPENVIDU_PRO_AWS_REGION=nl-ams <--- I suppose this is the region
OPENVIDU_PRO_AWS_S3_BUCKET=<BUCKET_NAME> <--- Only the name, without protocols
Edit: I think this would not work because we did not consider the use case of other endpoint urls, this is actually a possible feature. Sorry for the inconvenience.