- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for fromStream (0.35 seconds)
-
src/main/java/org/codelibs/fess/storage/GcsStorageClient.java
if (StringUtil.isNotBlank(credentialsPath)) { try (FileInputStream fis = new FileInputStream(credentialsPath)) { final GoogleCredentials credentials = GoogleCredentials.fromStream(fis); builder.setCredentials(credentials); } catch (final IOException e) { throw new StorageException("Failed to load GCS credentials from " + credentialsPath, e);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Dec 13 02:21:17 GMT 2025 - 10.3K bytes - Click Count (0)