- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getStorageAccessKey (0.1 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/storage/AdminStorageAction.java
try { return MinioClient.builder() .endpoint(fessConfig.getStorageEndpoint()) .credentials(fessConfig.getStorageAccessKey(), fessConfig.getStorageSecretKey()) .build(); } catch (final Exception e) { throw new StorageException("Failed to create MinioClient: " + fessConfig.getStorageEndpoint(), e);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 25.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java
} default void setStorageAccessKey(final String value) { setSystemProperty(Constants.STORAGE_ACCESS_KEY, value); } default String getStorageAccessKey() { return getSystemProperty(Constants.STORAGE_ACCESS_KEY, StringUtil.EMPTY); } default void setStorageSecretKey(final String value) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 86.5K bytes - Viewed (0)