- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for getStorageSecretKey (0.23 seconds)
-
src/main/java/org/codelibs/fess/storage/StorageClientFactory.java
final String endpoint = fessConfig.getStorageEndpoint(); final String accessKey = fessConfig.getStorageAccessKey(); final String secretKey = fessConfig.getStorageSecretKey(); final String bucket = fessConfig.getStorageBucket(); // Get explicit type or auto-detect final String typeStr = fessConfig.getStorageType(); final StorageType type;
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) -
src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java
} default void setStorageSecretKey(final String value) { setSystemProperty(Constants.STORAGE_SECRET_KEY, value); } default String getStorageSecretKey() { return getSystemProperty(Constants.STORAGE_SECRET_KEY, StringUtil.EMPTY); } default void setStorageBucket(final String value) { setSystemProperty(Constants.STORAGE_BUCKET, value);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 92.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java
form.storageAccessKey = StringUtil.isNotBlank(fessConfig.getStorageAccessKey()) ? DUMMY_PASSWORD : StringUtil.EMPTY; form.storageSecretKey = StringUtil.isNotBlank(fessConfig.getStorageSecretKey()) ? DUMMY_PASSWORD : StringUtil.EMPTY; form.storageBucket = fessConfig.getStorageBucket(); form.storageType = fessConfig.getStorageType(); form.storageRegion = fessConfig.getStorageRegion();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 05:54:31 GMT 2026 - 27.2K bytes - Click Count (0)