Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 20 for storageBucket (0.06 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. src/main/resources/fess_label_de.properties

    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
    labels.backup_name=Name
    labels.backup_bulk_file=Bulk-Datei
    labels.backup_button_upload=Hochladen
    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.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: Sat Jun 28 08:40:50 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  10. src/main/resources/fess_label_pl.properties

    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
    labels.backup_name=Nazwa
    labels.backup_bulk_file=Plik zbiorczy
    labels.backup_button_upload=Prześlij
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 44.6K bytes
    - Viewed (0)
Back to top