Skip to content

Commit

Permalink
reverted back to StorageClient.BEAN_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
cemklc committed May 2, 2021
1 parent cb47660 commit 4b5cead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/antmedia/AntMediaApplicationAdapter.java
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public boolean appStart(IScope app) {
setScope(app);
vertx = (Vertx) app.getContext().getBean(VERTX_BEAN_NAME);

storageClient = (StorageClient) app.getContext().getBean(AmazonS3StorageClient.BEAN_NAME);
storageClient = (StorageClient) app.getContext().getBean(StorageClient.BEAN_NAME);

//initalize to access the data store directly in the code
getDataStore();
Expand Down

0 comments on commit 4b5cead

Please sign in to comment.