- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for aws (0.01 sec)
-
src/main/java/org/codelibs/fess/storage/StorageClientFactory.java
* @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; } final String lowerEndpoint = endpoint.toLowerCase(Locale.ROOT); // GCS patternsRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 05:56:45 UTC 2025 - 4.2K bytes - Viewed (0)