Skip to content

Commit

Permalink
changed test.xml storage client
Browse files Browse the repository at this point in the history
  • Loading branch information
cemklc committed May 1, 2021
1 parent dce6a17 commit d1656ef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/test/resources/io/antmedia/test/test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,9 @@
<bean id="app.settings" class="io.antmedia.AppSettings"></bean>

<bean id="streamAcceptFilter" class="io.antmedia.filter.StreamAcceptFilter"/>
<bean id="app.storageClient" class="io.antmedia.storage.AmazonS3StorageClient"> </bean>


<bean id="app.storageClient" class="io.antmedia.test.storage.AmazonS3StorageClientTest"> </bean>

<bean id="web.handler" class="io.antmedia.test.Application">
<property name="dataStoreFactory" ref="dataStoreFactory" />
<property name="appSettings" ref="app.settings" />
Expand Down

0 comments on commit d1656ef

Please sign in to comment.