- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for storageEndpoints (0.09 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 -
admin_general.jsp
class="form-group row"> L504: <label for="storageEndpoint" L505: class="col-sm-3 text-sm-right col-form-label"><la:message L506: key="labels.storage_endpoint"/></label> L507: <div class="col-sm-9"> L508: <la:errors property="storageEndpoint"/> L509: <la:text styleId="storageEndpoint"...github.com/codelibs/fess/src/main/webapp/WEB-IN...Mon Jan 16 12:54:35 UTC 2023 39.4K bytes