Hello Enes,Ā
Thanks for response. I found that there is clusterdb database and AppSettingsĀ Ā collection. But how do we addĀ
<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>
Into the collection? I can't seem to understand the settings.Ā
Regards,
Dipesh