- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 20 for storageBucket (0.11 sec)
-
src/main/webapp/WEB-INF/view/admin/general/admin_general.jsp
<label for="storageBucket" class="col-sm-3 text-sm-right col-form-label"><la:message key="labels.storage_bucket"/></label> <div class="col-sm-9"> <la:errors property="storageBucket"/>Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 14 00:36:40 UTC 2025 - 39.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java
fessConfig.setStorageSecretKey(form.storageSecretKey); } fessConfig.setStorageBucket(form.storageBucket); fessConfig.storeSystemProperties(); ComponentUtil.getLdapManager().updateConfig(); final SystemHelper systemHelper = ComponentUtil.getSystemHelper();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 13.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java
/** * Storage bucket name for cloud storage operations. * Specifies which bucket to use for storing files in cloud storage. */ @Size(max = 1000) public String storageBucket;Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 9.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java
} default void setStorageBucket(final String value) { setSystemProperty(Constants.STORAGE_BUCKET, value); } default String getStorageBucket() { return getSystemProperty(Constants.STORAGE_BUCKET, StringUtil.EMPTY); } Integer getLdapMaxUsernameLengthAsInteger(); default String getLdapSecurityPrincipal(final String username) {Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 86.5K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
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 labels.backup_button_upload=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) -
src/main/resources/fess_label_zh_TW.properties
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=上傳 labels.process_time_is_exceeded=搜尋等待時間已超出。顯示的結果可能不完整。
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/Constants.java
/** Storage secret key configuration key. */ public static final String STORAGE_SECRET_KEY = "storage.secretkey"; /** Storage bucket configuration key. */ public static final String STORAGE_BUCKET = "storage.bucket"; // ============================================================ // Mapping Type Constants // ============================================================Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 34.6K bytes - Viewed (0) -
src/main/resources/fess_label_nl.properties
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 labels.backup_bulk_file=Bulkbestand labels.backup_button_upload=Uploaden
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 42.8K bytes - Viewed (1) -
src/main/resources/fess_label_pt_BR.properties
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 labels.backup_bulk_file=Arquivo em massa labels.backup_button_upload=Fazer upload
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.1K bytes - Viewed (0) -
src/main/resources/fess_label_ru.properties
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 - 55.8K bytes - Viewed (0)