Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for storageBucket (0.06 sec)

  1. 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)
  2. 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)
Back to top