Your error is related with short-lived credentials. Presigned S3 URLs or IAM Users with rotation are not supported in OpenVidu Pro. Possible solutions:
-
You need to create an AWS user which have access to the S3 bucket which does not expire, and put its credentials in
OPENVIDU_PRO_AWS_ACCESS_KEY
andOPENVIDU_PRO_AWS_SECRET_KEY
-
Another possible solution is to modify the role of your EC2 instance to have access to your bucket: OpenVidu Pro S3 Upload - #7 by cruizba In this way you don’t need to use
OPENVIDU_PRO_AWS_ACCESS_KEY
andOPENVIDU_PRO_AWS_SECRET_KEY
Regards