Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for fromStream (0.05 seconds)

  1. 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)
Back to Top