Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 20 for storageEndpoint (1.02 sec)

  1. src/main/webapp/WEB-INF/view/admin/general/admin_general.jsp

                                        <label for="storageEndpoint"
                                               class="col-sm-3 text-sm-right col-form-label"><la:message
                                                key="labels.storage_endpoint"/></label>
                                        <div class="col-sm-9">
                                            <la:errors property="storageEndpoint"/>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jun 14 00:36:40 UTC 2025
    - 39.6K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java

            fessConfig.setNotificationLogin(form.notificationLogin);
            fessConfig.setNotificationSearchTop(form.notificationSearchTop);
            fessConfig.setStorageEndpoint(form.storageEndpoint);
            if (form.storageAccessKey != null && StringUtil.isNotBlank(form.storageAccessKey.replace("*", " "))) {
                fessConfig.setStorageAccessKey(form.storageAccessKey);
            }
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 13.9K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java

        /**
         * Storage service endpoint URL for cloud storage integration.
         * Used for storing files in cloud storage services like S3.
         */
        @Size(max = 1000)
        public String storageEndpoint;
    
        /**
         * Access key for cloud storage authentication.
         * Used to authenticate with cloud storage services.
         */
        @Size(max = 1000)
        public String storageAccessKey;
    
        /**
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 9.9K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java

        }
    
        default void setStorageEndpoint(final String value) {
            setSystemProperty(Constants.STORAGE_ENDPOINT, value);
        }
    
        default String getStorageEndpoint() {
            return getSystemProperty(Constants.STORAGE_ENDPOINT, StringUtil.EMPTY);
        }
    
        default void setStorageAccessKey(final String value) {
            setSystemProperty(Constants.STORAGE_ACCESS_KEY, 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)
  5. src/main/resources/fess_label_en.properties

    labels.ldap_account_filter=Account Filter
    labels.ldap_group_filter=Group Filter
    labels.ldap_memberof_attribute=memberOf Attribute
    labels.notification_login=Login Page
    labels.notification_search_top=Search Top Page
    labels.storage_endpoint=Endpoint
    labels.storage_access_key=Access Key
    labels.storage_secret_key=Secret Key
    labels.storage_bucket=Bucket
    labels.send_testmail=Send Test Mail
    labels.backup_configuration=Backup
    labels.backup_name=Name
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_zh_TW.properties

    labels.ldapMemberofAttribute=memberOf屬性
    labels.ldap_account_filter=帳戶過濾器
    labels.ldap_group_filter=組過濾器
    labels.ldap_memberof_attribute=memberOf屬性
    labels.notification_login=登入頁面
    labels.notification_search_top=搜尋首頁
    labels.storage_endpoint=端點
    labels.storage_access_key=訪問金鑰
    labels.storage_secret_key=密鑰
    labels.storage_bucket=儲存桶
    labels.send_testmail=發送測試郵件
    labels.backup_configuration=備份
    labels.backup_name=名稱
    labels.backup_bulk_file=批量檔案
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/Constants.java

        // Storage Configuration
        // ============================================================
    
        /** Storage endpoint configuration key. */
        public static final String STORAGE_ENDPOINT = "storage.endpoint";
    
        /** Storage access key configuration key. */
        public static final String STORAGE_ACCESS_KEY = "storage.accesskey";
    
        /** Storage secret key configuration key. */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 34.6K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_de.properties

    labels.ldap_account_filter=Kontofilter
    labels.ldap_group_filter=Gruppenfilter
    labels.ldap_memberof_attribute=memberOf-Attribut
    labels.notification_login=Anmeldeseite
    labels.notification_search_top=Such-Startseite
    labels.storage_endpoint=Endpunkt
    labels.storage_access_key=Zugriffsschlüssel
    labels.storage_secret_key=Geheimer Schlüssel
    labels.storage_bucket=Bucket
    labels.send_testmail=Test-E-Mail senden
    labels.backup_configuration=Sicherung
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.5K bytes
    - Viewed (1)
  9. src/main/resources/fess_label_pl.properties

    labels.ldap_group_filter=Filtr grupy
    labels.ldap_memberof_attribute=Atrybut memberOf
    labels.notification_login=Strona logowania
    labels.notification_search_top=Strona główna wyszukiwania
    labels.storage_endpoint=Punkt końcowy
    labels.storage_access_key=Klucz dostępu
    labels.storage_secret_key=Tajny klucz
    labels.storage_bucket=Bucket
    labels.send_testmail=Wyślij e-mail testowy
    labels.backup_configuration=Kopia zapasowa
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 44.6K bytes
    - Viewed (0)
  10. src/main/resources/fess_label.properties

    labels.ldap_account_filter=Account Filter
    labels.ldap_group_filter=Group Filter
    labels.ldap_memberof_attribute=memberOf Attribute
    labels.notification_login=Login Page
    labels.notification_search_top=Search Top Page
    labels.storage_endpoint=Endpoint
    labels.storage_access_key=Access Key
    labels.storage_secret_key=Secret Key
    labels.storage_bucket=Bucket
    labels.send_testmail=Send Test Mail
    labels.backup_configuration=Backup
    labels.backup_name=Name
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jun 28 08:40:50 UTC 2025
    - 40.7K bytes
    - Viewed (0)
Back to top