Skip to content

Commit

Permalink
changed abstract storageclient to AmazonS3storageclient
Browse files Browse the repository at this point in the history
  • Loading branch information
cemklc committed May 3, 2021
1 parent c23be2d commit 350275e
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 @@ -149,7 +149,7 @@ public boolean appStart(IScope app) {
setScope(app);
vertx = (Vertx) app.getContext().getBean(VERTX_BEAN_NAME);

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

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

0 comments on commit 350275e

Please sign in to comment.