- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for storageEndpoints (0.07 sec)
-
AdminGeneralAction.java
fessConfig.setLdapMemberofAttribute(form.ldapMemberofAttribute); L172: fessConfig.setNotificationLogin(form.notificationLogin); L173: fessConfig.setNotificationSearchTop(form.notificationSearchTop); L174: fessConfig.setStorageEndpoint(form.storageEndpoint); L175: if (form.storageAccessKey != null && StringUtil.isNotBlank(form.storageAccessKey.replace("*", " "))) { L176: fessConfig.setStorageAccessKey(form.storageAccessKey); L177: } L178: if (form.storageSecretKey...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 12.8K bytes -
EditForm.java
3000) L158: public String notificationLogin; L159: L160: @Size(max = 3000) L161: public String notificationSearchTop; L162: L163: @Size(max = 10) L164: public String logLevel; L165: L166: @Size(max = 1000) L167: public String storageEndpoint; L168: L169: @Size(max = 1000) L170: public String storageAccessKey; L171: L172: @Size(max = 1000) L173: public String storageSecretKey; L174: L175: @Size(max = 1000) L176: public String storageBucket; L177:}...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 3.7K bytes