- Sort Score
- Result 10 results
- Languages All
Results 11 - 14 of 14 for storage_access_key (0.14 sec)
-
src/main/resources/fess_label_ja.properties
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.send_testmail=テストメールの送信 labels.backup_configuration=バックアップ labels.backup_name=名前 labels.backup_bulk_file=バルクファイル
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 46.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
public static final String LABELS_storage_endpoint = "{labels.storage_endpoint}"; /** The key of the message: Access Key */ public static final String LABELS_storage_access_key = "{labels.storage_access_key}"; /** The key of the message: Secret Key */ public static final String LABELS_storage_secret_key = "{labels.storage_secret_key}"; /** The key of the message: Bucket */
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 146.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java
fessConfig.setNotificationSearchTop(form.notificationSearchTop); fessConfig.setStorageEndpoint(form.storageEndpoint); if (form.storageAccessKey != null && StringUtil.isNotBlank(form.storageAccessKey.replace("*", " "))) { fessConfig.setStorageAccessKey(form.storageAccessKey); } if (form.storageSecretKey != null && StringUtil.isNotBlank(form.storageSecretKey.replace("*", " "))) {
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/app/web/admin/general/EditForm.java
public String notificationSearchTop; @Size(max = 10) public String logLevel; @Size(max = 1000) 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)