Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for storageEndpoints (0.06 sec)

  1. 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
Back to top