Hi Marco,
If AMS couldn't save in S3, you need to check your S3 bucket permissions and S3 details.
Please check below S3 details.
<bean id="app.storageClient" class="io.antmedia.storage.AmazonS3StorageClient">
<property name="accessKey" value="Enter your S3_ACCESS_KEY" />
<property name="secretKey" value="Enter your S3_SECRET_KEY" />
<property name="region" value="Enter your REGION_NAME e.g. eu-central-1" />
<property name="storageName" value="Enter your BUCKET_NAME" />
</bean>
After the check above settings, you need to check extension and baseURL parameters like below:
HTTPforwarding extension parameter should like as below:
settings.httpforwarding.extension=mp4
HTTPforwarding base URL parameter should like as below:
settings.httpforwarding.baseURL=https://{s3BucketName}.s3.{awsLocation}.amazonaws.com
PS: You need to change {s3BucketName} and {awsLocation} parameters
{s3BucketName} mean your AWS S3 Bucket name. For example: myS3Bucket
{awsLocation} mean your AWS S3 location. For example: eu-central-1
After the changes, please restart AMS.
I hope, it helps.
Best Regards,
Selim