Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 21 for storage_access_key (0.09 sec)

  1. fess-crawler/src/main/java/org/codelibs/fess/net/protocol/storage/Handler.java

     * </p>
     *
     * <p>
     * The handler relies on environment variables for configuration:
     * </p>
     * <ul>
     *   <li>{@code STORAGE_ENDPOINT}: The endpoint URL of the MinIO service.</li>
     *   <li>{@code STORAGE_ACCESS_KEY}: The access key for authentication.</li>
     *   <li>{@code STORAGE_SECRET_KEY}: The secret key for authentication.</li>
     *   <li>{@code STORAGE_REGION}: The region of the MinIO service.</li>
     * </ul>
     *
     * <p>
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Sun Jul 06 02:13:03 UTC 2025
    - 10.5K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java

        }
    
        default void setStorageAccessKey(final String value) {
            setSystemProperty(Constants.STORAGE_ACCESS_KEY, value);
        }
    
        default String getStorageAccessKey() {
            return getSystemProperty(Constants.STORAGE_ACCESS_KEY, StringUtil.EMPTY);
        }
    
        default void setStorageSecretKey(final String value) {
            setSystemProperty(Constants.STORAGE_SECRET_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)
  3. src/main/webapp/WEB-INF/view/admin/general/admin_general.jsp

                                        <label for="storageAccessKey"
                                               class="col-sm-3 text-sm-right col-form-label"><la:message
                                                key="labels.storage_access_key"/></label>
                                        <div class="col-sm-9">
                                            <la:errors property="storageAccessKey"/>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jun 14 00:36:40 UTC 2025
    - 39.6K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_en.properties

    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
    labels.backup_bulk_file=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)
  5. src/main/resources/fess_label_zh_TW.properties

    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=批量檔案
    labels.backup_button_upload=上傳
    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/java/org/codelibs/fess/Constants.java

        /** 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. */
        public static final String STORAGE_SECRET_KEY = "storage.secretkey";
    
        /** Storage bucket 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)
  7. src/main/resources/fess_label_nl.properties

    labels.ldap_group_filter=Groepsfilter
    labels.ldap_memberof_attribute=memberOf-attribuut
    labels.notification_login=Inlogpagina
    labels.notification_search_top=Zoek startpagina
    labels.storage_endpoint=Eindpunt
    labels.storage_access_key=Toegangssleutel
    labels.storage_secret_key=Geheime sleutel
    labels.storage_bucket=Bucket
    labels.send_testmail=Test-e-mail verzenden
    labels.backup_configuration=Back-up
    labels.backup_name=Naam
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 42.8K bytes
    - Viewed (1)
  8. src/main/resources/fess_label_pt_BR.properties

    labels.ldap_memberof_attribute=Atributo memberOf
    labels.notification_login=Página de login
    labels.notification_search_top=Página inicial de pesquisa
    labels.storage_endpoint=Ponto de extremidade
    labels.storage_access_key=Chave de acesso
    labels.storage_secret_key=Chave secreta
    labels.storage_bucket=Bucket
    labels.send_testmail=Enviar e-mail de teste
    labels.backup_configuration=Backup
    labels.backup_name=Nome
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.1K bytes
    - Viewed (0)
  9. src/main/resources/fess_label_ru.properties

    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=Имя
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 55.8K bytes
    - Viewed (0)
  10. src/main/resources/fess_label_it.properties

    labels.ldap_memberof_attribute=Attributo memberOf
    labels.notification_login=Pagina di login
    labels.notification_search_top=Pagina principale di ricerca
    labels.storage_endpoint=Endpoint
    labels.storage_access_key=Chiave di accesso
    labels.storage_secret_key=Chiave segreta
    labels.storage_bucket=Bucket
    labels.send_testmail=Invia email di test
    labels.backup_configuration=Backup
    labels.backup_name=Nome
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.4K bytes
    - Viewed (0)
Back to top