- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getStorageCredentialsPath (0.09 seconds)
-
src/main/java/org/codelibs/fess/storage/StorageClientFactory.java
type = parseStorageType(typeStr); } switch (type) { case GCS: return new GcsStorageClient(fessConfig.getStorageProjectId(), bucket, endpoint, fessConfig.getStorageCredentialsPath()); case S3: case S3_COMPAT: default: return new S3StorageClient(endpoint, accessKey, secretKey, bucket, fessConfig.getStorageRegion()); } } /**
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Dec 20 05:56:45 GMT 2025 - 4.2K bytes - Click Count (0)