- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 13 for storageBucket (0.24 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 Oct 31 13:40:30 UTC 2024 - Last Modified: Mon Jan 16 12:54:35 UTC 2023 - 39.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java
public String storageEndpoint; @Size(max = 1000) public String storageAccessKey; @Size(max = 1000) public String storageSecretKey; @Size(max = 1000) public String storageBucket;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 3.7K 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 Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 12.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/Constants.java
public static final String STORAGE_ACCESS_KEY = "storage.accesskey"; public static final String STORAGE_SECRET_KEY = "storage.secretkey"; public static final String STORAGE_BUCKET = "storage.bucket"; public static final String MAPPING_TYPE_ARRAY = "array"; public static final String MAPPING_TYPE_STRING = "string"; public static final String MAPPING_TYPE_LONG = "long";
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Aug 22 12:43:18 UTC 2024 - 16.6K 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 Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 12 01:54:15 UTC 2024 - 87.2K 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 TestMail labels.backup_configuration=Back Up labels.backup_name=Name labels.backup_bulk_file=Bulk File labels.backup_button_upload=Upload
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_label_ru.properties
labels.ldap_group_filter=Group Filter labels.ldap_memberof_attribute=memberOf Attribute labels.storage_endpoint=Endpoint labels.storage_access_key=Access Key labels.storage_secret_key=Secret Key labels.storage_bucket=Bucket labels.upgrade_reindex=Reindex labels.replace_aliases=Update Aliases labels.reset_dictionaries=Reset Dictionaries labels.reindex_start_button=Start labels.doc_score=Score:
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 45.6K bytes - Viewed (0) -
src/main/resources/fess_label_fr.properties
labels.notification_search_top = Rechercher en haut de la page labels.storage_endpoint = Point final labels.storage_access_key = Clef d'accès labels.storage_secret_key = Clef secrète labels.storage_bucket = Bucket labels.send_testmail = Envoyer un email de test labels.backup_configuration = Sauvegarde labels.backup_name = Nom labels.backup_bulk_file = Fichier en lot labels.backup_button_upload = Télécharger
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 46.6K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.general_storage=Speicherplatz labels.ldap_group_filter=Gruppen-Filter labels.storage_endpoint=Endpunkt labels.storage_access_key=Zugriffsschlüssel labels.storage_secret_key=Geheimer Schlüssel labels.storage_bucket=Bucket labels.reset_dictionaries=Wörterbuch zurücksetzen labels.eol_error=Ihr System wird nicht mehr unterstützt. Siehe EOL-Seite. labels.tooltip_search_view=Search View labels.tooltip_run_crawler=Crawler starten
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 42.8K bytes - Viewed (0) -
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 TestMail labels.backup_configuration=Back Up labels.backup_name=Name labels.backup_bulk_file=Bulk File labels.backup_button_upload=Upload
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 40.7K bytes - Viewed (0)