Skip to content

Commit

Permalink
commented out storageclient codes on disabling s3 recording
Browse files Browse the repository at this point in the history
  • Loading branch information
cemklc committed May 3, 2021
1 parent 7b38c86 commit 56566ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/java/io/antmedia/AntMediaApplicationAdapter.java
Original file line number Diff line number Diff line change
Expand Up @@ -1536,10 +1536,10 @@ private void updateAppSettingsBean(AppSettings appSettings, AppSettings newSetti
appSettings.setS3BucketName("");
appSettings.setS3RegionName("");

storageClient.setStorageName("");
storageClient.setAccessKey("");
storageClient.setSecretKey("");
storageClient.setRegion("");
//storageClient.setStorageName("");
//storageClient.setAccessKey("");
//storageClient.setSecretKey("");
//storageClient.setRegion("");
}

if (appSettings.isS3RecordingEnabled()){
Expand Down

0 comments on commit 56566ad

Please sign in to comment.