- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for detectStorageType (0.09 seconds)
-
src/main/java/org/codelibs/fess/storage/StorageClientFactory.java
} /** * Auto-detect storage type from endpoint URL. * * @param endpoint the storage endpoint URL * @return detected storage type */ public static StorageType detectStorageType(final String endpoint) { if (StringUtil.isBlank(endpoint)) { // Default to S3 if no endpoint (uses AWS default) return StorageType.S3; }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)