Skip to content

Commit

Permalink
changed bean to storage client
Browse files Browse the repository at this point in the history
  • Loading branch information
cemklc committed May 3, 2021
1 parent abad184 commit 72691b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/resources/io/antmedia/test/test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@

<bean id="streamAcceptFilter" class="io.antmedia.filter.StreamAcceptFilter"/>

<bean id="app.storageClient" class="io.antmedia.storage.AmazonS3StorageClient">
<bean id="app.storageClient" class="io.antmedia.storage.StorageClient">
</bean>

<bean id="web.handler" class="io.antmedia.test.Application">
Expand Down

0 comments on commit 72691b6

Please sign in to comment.