Mohamed K
Results
2
issues of
Mohamed K
### What version of Hls.js are you using? 1.4.14 and 1.5.0 ### What browser (including version) are you using? Chrome 120, Safari, Firefox ### What OS (including version) are you...
Works as expected
Hi, I'm trying to integrate s3Proxy 2.0.0 in a SpringBoot 3 project: ``` BlobStoreContext context = ContextBuilder.newBuilder("transient") .modules(ImmutableList.of(new SLF4JLoggingModule())) .build(BlobStoreContext.class); ``` It triggers the following issue: ``` Caused by: com.google.inject.CreationException:...