- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 24 for STORAGE_ENDPOINT (0.05 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/net/protocol/storage/Handler.java
* The bucket name and object name are extracted from the URL. * </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>
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 20 08:52:56 UTC 2025 - 11.1K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/net/protocol/storage/HandlerTest.java
// Verify MinIO client is not initialized before connect() is called assertNull(getField(conn, "minioClient")); } /** * Test that connect() method fails when STORAGE_ENDPOINT is not set. */ public void test_connect_failsWithoutEndpoint() throws Exception { URL url = new URL("storage://mybucket/object.txt"); Handler handler = new Handler();Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 08:38:29 UTC 2025 - 14.4K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/storage/StorageClient.java
if (StringUtil.isBlank(endpoint)) { throw new CrawlingAccessException( "Storage endpoint is blank. Please set the STORAGE_ENDPOINT environment variable or endpoint parameter."); } builder.endpoint(endpoint); final String accessKey = getInitParameter("accessKey", null, String.class);
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 20K bytes - Viewed (2) -
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: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 88.2K bytes - Viewed (0) -
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.storage_type=Type labels.storage_type_auto=Auto labels.storage_type_s3=S3
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 44K bytes - Viewed (0) -
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: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 35.2K bytes - Viewed (0) -
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: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 42.8K bytes - Viewed (0) -
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.storage_type=Type labels.storage_type_auto=Auto labels.storage_type_s3=S3 labels.storage_type_gcs=GCS
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 43.9K bytes - Viewed (0) -
src/main/resources/fess_label_nl.properties
labels.ldap_account_filter=Accountfilter 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.storage_type=Type labels.storage_type_auto=Auto labels.storage_type_s3=S3
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 46.1K bytes - Viewed (1) -
src/main/resources/fess_label_pt_BR.properties
labels.ldap_group_filter=Filtro de grupo 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.storage_type=Type labels.storage_type_auto=Auto
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 48.7K bytes - Viewed (0)