Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions de/15.9/admin/fileconfig-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Welche Pfade gecrawlt werden, richtet sich nach dem im „Pfad" angegebenen Prot
- ``smb1://`` … Windows-Dateiserver/freigegebene Ordner über das ältere SMB1-Protokoll
- ``ftp://`` … FTP-Server
- ``s3://`` … Amazon-S3-Bucket
- ``gcs://`` … Google-Cloud-Storage-Bucket (erfordert das Plugin ``fess-lib-gcs``)
- ``gcs://`` … Google-Cloud-Storage-Bucket (erfordert das Plugin ``fess-storage-gcs``)

Auf der Datei-Crawl-Konfigurationsseite können Sie Konfigurationen zum Crawlen von Dateien im Dateisystem oder in freigegebenen Netzwerkordnern verwalten.

Expand Down Expand Up @@ -232,9 +232,9 @@ Für den GCS-Zugriff sind Anmeldeinformationen erforderlich. Fügen Sie Folgende
client.credentialsFile=/pfad/zu/service-account.json

.. note::
Die Unterstützung für Google Cloud Storage kommt aus dem Plugin ``fess-lib-gcs``, das
Die Unterstützung für Google Cloud Storage kommt aus dem Plugin ``fess-storage-gcs``, das
nicht Teil der Distribution ist. Installieren Sie es über die Seite **System > Plugin** in
der Administrationsoberfläche oder mit ``bin/fess-setup install plugin fess-lib-gcs``.
der Administrationsoberfläche oder mit ``bin/fess-setup install plugin fess-storage-gcs``.

Verwandte Seiten
================
Expand Down
2 changes: 1 addition & 1 deletion de/15.9/admin/general-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ Bei Auswahl von „Automatisch" wird der Speichertyp automatisch anhand des Endp

- **Automatisch**: Automatische Erkennung vom Endpunkt
- **S3**: Amazon S3
- **GCS**: Google Cloud Storage (erfordert das Plugin ``fess-lib-gcs``)
- **GCS**: Google Cloud Storage (erfordert das Plugin ``fess-storage-gcs``)

Bucket
::::::
Expand Down
4 changes: 2 additions & 2 deletions de/15.9/admin/storage-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ GCS-Einstellungen
- Anmeldedaten-Pfad: Pfad zur Dienstkonto-Anmeldedaten-JSON-Datei

.. note::
Die Unterstützung für Google Cloud Storage kommt aus dem Plugin ``fess-lib-gcs``, das
Die Unterstützung für Google Cloud Storage kommt aus dem Plugin ``fess-storage-gcs``, das
nicht Teil der Distribution ist. Installieren Sie es über die Seite **System > Plugin** in
der Administrationsoberfläche oder mit ``bin/fess-setup install plugin fess-lib-gcs``.
der Administrationsoberfläche oder mit ``bin/fess-setup install plugin fess-storage-gcs``.

MinIO (S3-kompatibel) Einstellungen
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
4 changes: 2 additions & 2 deletions de/15.9/config/crawler-advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1047,9 +1047,9 @@ GCS-Crawler
-----------

.. note::
Die Unterstützung für Google Cloud Storage kommt aus dem Plugin ``fess-lib-gcs``, das
Die Unterstützung für Google Cloud Storage kommt aus dem Plugin ``fess-storage-gcs``, das
nicht Teil der Distribution ist. Installieren Sie es über die Seite **System > Plugin** in
der Administrationsoberfläche oder mit ``bin/fess-setup install plugin fess-lib-gcs``.
der Administrationsoberfläche oder mit ``bin/fess-setup install plugin fess-storage-gcs``.

Konfiguration für das Crawlen von Google Cloud Storage.
Fügen Sie Folgendes zu „Konfigurationsparameter" in den Datei-Crawl-Einstellungen hinzu.
Expand Down
9 changes: 6 additions & 3 deletions de/15.9/dev/plugin-architecture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,12 @@ Artefaktnamens (``PluginHelper.ArtifactType``). Die wichtigsten Typen sind:
* - Crawler
- ``fess-crawler-*``
- Erweiterung des Crawler-Clients
* - Bibliothek
- ``fess-lib-*``
- Liefert einen Fremdanbieter-Client und seine Abhängigkeiten, die die Distribution nicht enthält
* - Speicher
- ``fess-storage-*``
- Hinzufügen eines Objektspeicher-Backends für das Crawling und die Speicherfunktion
* - SSO
- ``fess-sso-*``
- Hinzufügen eines über ``sso.type`` ausgewählten Single-Sign-On-Verfahrens

Plugin-Struktur
===============
Expand Down
4 changes: 2 additions & 2 deletions de/15.9/install/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -524,12 +524,12 @@ Google Cloud Storage wird als Plugin ausgeliefert
-------------------------------------------------

Das Google-Cloud-Storage-SDK ist nicht mehr Teil der Distribution; ``gcs://``-Crawls und der
Speichertyp ``gcs`` kommen jetzt aus dem Plugin ``fess-lib-gcs``. Installieren Sie es über
Speichertyp ``gcs`` kommen jetzt aus dem Plugin ``fess-storage-gcs``. Installieren Sie es über
die Seite **System > Plugin** in der Administrationsoberfläche oder mit dem folgenden Befehl.

::

$ bin/fess-setup install plugin fess-lib-gcs
$ bin/fess-setup install plugin fess-storage-gcs

``gcs`` ist auch aus dem ausgelieferten ``crawler.file.protocols`` verschwunden, das nun
``file,smb,smb1,ftp,s3`` lautet; das Plugin fügt es bei der Installation wieder hinzu. Bis
Expand Down
6 changes: 3 additions & 3 deletions en/15.9/admin/fileconfig-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Crawl targets are determined by the protocol specified in the path:
- ``smb1://`` … Windows file server / shared folder over the legacy SMB1 protocol
- ``ftp://`` … FTP server
- ``s3://`` … Amazon S3 bucket
- ``gcs://`` … Google Cloud Storage bucket (requires the ``fess-lib-gcs`` plugin)
- ``gcs://`` … Google Cloud Storage bucket (requires the ``fess-storage-gcs`` plugin)

Configuration Management
========================
Expand Down Expand Up @@ -231,9 +231,9 @@ GCS access requires authentication credentials. Add the following to "Configurat
client.credentialsFile=/path/to/service-account.json

.. note::
Google Cloud Storage support comes from the ``fess-lib-gcs`` plugin, which is not part of
Google Cloud Storage support comes from the ``fess-storage-gcs`` plugin, which is not part of
the distribution. Install it from the System > Plugin page in the administration screen,
or with ``bin/fess-setup install plugin fess-lib-gcs``.
or with ``bin/fess-setup install plugin fess-storage-gcs``.

Related Pages
=============
Expand Down
2 changes: 1 addition & 1 deletion en/15.9/admin/general-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ When "Auto" is selected, the storage type is automatically determined from the e

- **Auto**: Auto-detect from endpoint
- **S3**: Amazon S3
- **GCS**: Google Cloud Storage (requires the ``fess-lib-gcs`` plugin)
- **GCS**: Google Cloud Storage (requires the ``fess-storage-gcs`` plugin)

Bucket
::::::
Expand Down
4 changes: 2 additions & 2 deletions en/15.9/admin/storage-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ GCS Settings
- Credentials Path: Service account credentials JSON file path

.. note::
Google Cloud Storage support comes from the ``fess-lib-gcs`` plugin, which is not part of
Google Cloud Storage support comes from the ``fess-storage-gcs`` plugin, which is not part of
the distribution. Install it from the System > Plugin page in the administration screen,
or with ``bin/fess-setup install plugin fess-lib-gcs``.
or with ``bin/fess-setup install plugin fess-storage-gcs``.

MinIO (S3-compatible) Settings
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
4 changes: 2 additions & 2 deletions en/15.9/config/crawler-advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1049,9 +1049,9 @@ GCS Crawler
-----------

.. note::
Google Cloud Storage support comes from the ``fess-lib-gcs`` plugin, which is not part of
Google Cloud Storage support comes from the ``fess-storage-gcs`` plugin, which is not part of
the distribution. Install it from the System > Plugin page in the administration screen,
or with ``bin/fess-setup install plugin fess-lib-gcs``.
or with ``bin/fess-setup install plugin fess-storage-gcs``.

Configuration for crawling Google Cloud Storage.
Add the following to "Configuration Parameters" in the file crawl settings.
Expand Down
9 changes: 6 additions & 3 deletions en/15.9/dev/plugin-architecture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,12 @@ Plugin Types
* - Crawler
- ``fess-crawler-*``
- Extends crawler clients
* - Library
- ``fess-lib-*``
- Ships a third-party client and its dependencies that the distribution does not carry
* - Storage
- ``fess-storage-*``
- Adds an object storage backend for crawling and for the storage feature
* - SSO
- ``fess-sso-*``
- Adds a single sign-on authenticator selected by ``sso.type``

Plugin Structure
=================
Expand Down
4 changes: 2 additions & 2 deletions en/15.9/install/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -516,12 +516,12 @@ Google Cloud Storage Moved to a Plugin
--------------------------------------

The Google Cloud Storage SDK is no longer part of the distribution, so ``gcs://`` crawling
and the ``gcs`` storage type now come from the ``fess-lib-gcs`` plugin. Install it from the
and the ``gcs`` storage type now come from the ``fess-storage-gcs`` plugin. Install it from the
System > Plugin page in the administration screen, or with the command below.

::

$ bin/fess-setup install plugin fess-lib-gcs
$ bin/fess-setup install plugin fess-storage-gcs

``gcs`` also left the shipped ``crawler.file.protocols``, which is now
``file,smb,smb1,ftp,s3``; the plugin adds it back when it is installed. Until then a file
Expand Down
6 changes: 3 additions & 3 deletions es/15.9/admin/fileconfig-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ El objetivo del rastreo se determina según el protocolo especificado en la «Ru
- ``smb1://`` … servidor de archivos o carpeta compartida de Windows mediante el antiguo protocolo SMB1
- ``ftp://`` … servidor FTP
- ``s3://`` … bucket de Amazon S3
- ``gcs://`` … bucket de Google Cloud Storage (requiere el plugin ``fess-lib-gcs``)
- ``gcs://`` … bucket de Google Cloud Storage (requiere el plugin ``fess-storage-gcs``)

Método de gestión
==================
Expand Down Expand Up @@ -232,9 +232,9 @@ El acceso a GCS requiere credenciales de autenticación. Agregue lo siguiente en
client.credentialsFile=/ruta/a/service-account.json

.. note::
La compatibilidad con Google Cloud Storage proviene del plugin ``fess-lib-gcs``, que no
La compatibilidad con Google Cloud Storage proviene del plugin ``fess-storage-gcs``, que no
forma parte de la distribución. Instálelo desde la página **Sistema > Plugin** de la
pantalla de administración o con ``bin/fess-setup install plugin fess-lib-gcs``.
pantalla de administración o con ``bin/fess-setup install plugin fess-storage-gcs``.

Páginas Relacionadas
====================
Expand Down
2 changes: 1 addition & 1 deletion es/15.9/admin/general-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ Cuando se selecciona "Automático", el tipo de almacenamiento se determina autom

- **Automático**: Detección automática desde el punto final
- **S3**: Amazon S3
- **GCS**: Google Cloud Storage (requiere el plugin ``fess-lib-gcs``)
- **GCS**: Google Cloud Storage (requiere el plugin ``fess-storage-gcs``)

Cubo
::::
Expand Down
4 changes: 2 additions & 2 deletions es/15.9/admin/storage-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ Configuración de GCS
- Ruta de credenciales: Ruta del archivo JSON de credenciales de la cuenta de servicio

.. note::
La compatibilidad con Google Cloud Storage proviene del plugin ``fess-lib-gcs``, que no
La compatibilidad con Google Cloud Storage proviene del plugin ``fess-storage-gcs``, que no
forma parte de la distribución. Instálelo desde la página **Sistema > Plugin** de la
pantalla de administración o con ``bin/fess-setup install plugin fess-lib-gcs``.
pantalla de administración o con ``bin/fess-setup install plugin fess-storage-gcs``.

Configuración de MinIO (compatible con S3)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
4 changes: 2 additions & 2 deletions es/15.9/config/crawler-advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1049,9 +1049,9 @@ Rastreador GCS
--------------

.. note::
La compatibilidad con Google Cloud Storage proviene del plugin ``fess-lib-gcs``, que no
La compatibilidad con Google Cloud Storage proviene del plugin ``fess-storage-gcs``, que no
forma parte de la distribución. Instálelo desde la página **Sistema > Plugin** de la
pantalla de administración o con ``bin/fess-setup install plugin fess-lib-gcs``.
pantalla de administración o con ``bin/fess-setup install plugin fess-storage-gcs``.

Configuración para rastrear Google Cloud Storage.
Escriba lo siguiente en "Parámetros de configuración" de la configuración de rastreo de archivos.
Expand Down
9 changes: 6 additions & 3 deletions es/15.9/dev/plugin-architecture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,12 @@ siguientes:
* - Rastreador
- ``fess-crawler-*``
- Ampliación de clientes de rastreador
* - Biblioteca
- ``fess-lib-*``
- Aporta un cliente de terceros y sus dependencias que la distribución no incluye
* - Almacenamiento
- ``fess-storage-*``
- Adición de backends de almacenamiento de objetos para el rastreo y la función de almacenamiento
* - SSO
- ``fess-sso-*``
- Adición de métodos de autenticación Single Sign-On seleccionados mediante ``sso.type``

Estructura del Plugin
======================
Expand Down
4 changes: 2 additions & 2 deletions es/15.9/install/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -524,13 +524,13 @@ Google Cloud Storage pasa a un plugin
-------------------------------------

El SDK de Google Cloud Storage ya no forma parte de la distribución, por lo que el rastreo de
``gcs://`` y el tipo de almacenamiento ``gcs`` provienen ahora del plugin ``fess-lib-gcs``.
``gcs://`` y el tipo de almacenamiento ``gcs`` provienen ahora del plugin ``fess-storage-gcs``.
Instálelo desde la página **Sistema > Plugin** de la pantalla de administración o con la
orden siguiente.

::

$ bin/fess-setup install plugin fess-lib-gcs
$ bin/fess-setup install plugin fess-storage-gcs

``gcs`` también ha salido del valor distribuido de ``crawler.file.protocols``, que ahora es
``file,smb,smb1,ftp,s3``; el plugin lo vuelve a añadir al instalarse. Hasta entonces, una
Expand Down
6 changes: 3 additions & 3 deletions fr/15.9/admin/fileconfig-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Le crawl cible est déterminé par le protocole spécifié dans le « chemin »
- ``smb1://`` … serveur de fichiers/dossier partagé Windows utilisant l'ancien protocole SMB1
- ``ftp://`` … serveur FTP
- ``s3://`` … bucket Amazon S3
- ``gcs://`` … bucket Google Cloud Storage (nécessite le plugin ``fess-lib-gcs``)
- ``gcs://`` … bucket Google Cloud Storage (nécessite le plugin ``fess-storage-gcs``)

Gestion
=======
Expand Down Expand Up @@ -232,9 +232,9 @@ L'accès à GCS nécessite des identifiants d'authentification. Ajoutez ce qui s
client.credentialsFile=/chemin/vers/service-account.json

.. note::
La prise en charge de Google Cloud Storage provient du plugin ``fess-lib-gcs``, qui ne
La prise en charge de Google Cloud Storage provient du plugin ``fess-storage-gcs``, qui ne
fait pas partie de la distribution. Installez-le depuis la page **Système > Plugin** de
l'écran d'administration ou avec ``bin/fess-setup install plugin fess-lib-gcs``.
l'écran d'administration ou avec ``bin/fess-setup install plugin fess-storage-gcs``.

Pages associées
===============
Expand Down
2 changes: 1 addition & 1 deletion fr/15.9/admin/general-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ Lorsque « Automatique » est sélectionné, le type de stockage est automatique

- **Automatique** : Détection automatique à partir du point de terminaison
- **S3** : Amazon S3
- **GCS** : Google Cloud Storage (nécessite le plugin ``fess-lib-gcs``)
- **GCS** : Google Cloud Storage (nécessite le plugin ``fess-storage-gcs``)

Compartiment
::::::::::::
Expand Down
4 changes: 2 additions & 2 deletions fr/15.9/admin/storage-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ Paramètres GCS
- Chemin des identifiants : Chemin du fichier JSON d'identifiants du compte de service

.. note::
La prise en charge de Google Cloud Storage provient du plugin ``fess-lib-gcs``, qui ne
La prise en charge de Google Cloud Storage provient du plugin ``fess-storage-gcs``, qui ne
fait pas partie de la distribution. Installez-le depuis la page **Système > Plugin** de
l'écran d'administration ou avec ``bin/fess-setup install plugin fess-lib-gcs``.
l'écran d'administration ou avec ``bin/fess-setup install plugin fess-storage-gcs``.

Paramètres MinIO (compatible S3)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
4 changes: 2 additions & 2 deletions fr/15.9/config/crawler-advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1049,9 +1049,9 @@ Crawler GCS
-----------

.. note::
La prise en charge de Google Cloud Storage provient du plugin ``fess-lib-gcs``, qui ne
La prise en charge de Google Cloud Storage provient du plugin ``fess-storage-gcs``, qui ne
fait pas partie de la distribution. Installez-le depuis la page **Système > Plugin** de
l'écran d'administration ou avec ``bin/fess-setup install plugin fess-lib-gcs``.
l'écran d'administration ou avec ``bin/fess-setup install plugin fess-storage-gcs``.

Configuration pour crawler Google Cloud Storage.
Ajoutez ce qui suit aux « Paramètres de configuration » dans les paramètres de crawl de fichiers.
Expand Down
9 changes: 6 additions & 3 deletions fr/15.9/dev/plugin-architecture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,12 @@ suivants :
* - Crawler
- ``fess-crawler-*``
- Extension des clients du crawler
* - Bibliothèque
- ``fess-lib-*``
- Fournit un client tiers et ses dépendances que la distribution ne contient pas
* - Stockage
- ``fess-storage-*``
- Ajout d'un backend de stockage d'objets utilisé pour le crawl et la fonction de stockage
* - SSO
- ``fess-sso-*``
- Ajout d'une méthode d'authentification Single Sign-On sélectionnée par ``sso.type``

Structure d'un plugin
======================
Expand Down
4 changes: 2 additions & 2 deletions fr/15.9/install/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -528,13 +528,13 @@ Google Cloud Storage passe dans un plugin
-----------------------------------------

Le SDK Google Cloud Storage ne fait plus partie de la distribution : l'exploration ``gcs://``
et le type de stockage ``gcs`` proviennent désormais du plugin ``fess-lib-gcs``.
et le type de stockage ``gcs`` proviennent désormais du plugin ``fess-storage-gcs``.
Installez-le depuis la page **Système > Plugin** de l'écran d'administration ou avec la
commande ci-dessous.

::

$ bin/fess-setup install plugin fess-lib-gcs
$ bin/fess-setup install plugin fess-storage-gcs

``gcs`` a également quitté la valeur fournie de ``crawler.file.protocols``, qui est
maintenant ``file,smb,smb1,ftp,s3`` ; le plugin la rétablit lors de son installation.
Expand Down
6 changes: 3 additions & 3 deletions ja/15.9/admin/fileconfig-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- ``smb1://`` … 旧来の SMB1 プロトコルを使用する Windows ファイルサーバー/共有フォルダー
- ``ftp://`` … FTP サーバー
- ``s3://`` … Amazon S3 バケット
- ``gcs://`` … Google Cloud Storage バケット( ``fess-lib-gcs`` プラグインが必要)
- ``gcs://`` … Google Cloud Storage バケット( ``fess-storage-gcs`` プラグインが必要)

管理方法
======
Expand Down Expand Up @@ -230,9 +230,9 @@ GCSへのアクセスには認証情報が必要です。「設定パラメー
client.credentialsFile=/path/to/service-account.json

.. note::
Google Cloud Storage への対応は ``fess-lib-gcs`` プラグインから提供されます。配布物には
Google Cloud Storage への対応は ``fess-storage-gcs`` プラグインから提供されます。配布物には
同梱されていないため、管理画面の「システム > プラグイン」ページ、または
``bin/fess-setup install plugin fess-lib-gcs`` で導入してください。
``bin/fess-setup install plugin fess-storage-gcs`` で導入してください。

関連ページ
==========
Expand Down
2 changes: 1 addition & 1 deletion ja/15.9/admin/general-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ ERROR や WARN レベルのログイベントを自動的に捕捉して通知

- **自動**: エンドポイントから自動判定
- **S3**: Amazon S3
- **GCS**: Google Cloud Storage( ``fess-lib-gcs`` プラグインが必要)
- **GCS**: Google Cloud Storage( ``fess-storage-gcs`` プラグインが必要)

バケット
::::::
Expand Down
4 changes: 2 additions & 2 deletions ja/15.9/admin/storage-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ GCSの設定
- 認証情報パス: サービスアカウント認証情報JSONファイルパス

.. note::
Google Cloud Storage への対応は ``fess-lib-gcs`` プラグインから提供されます。配布物には
Google Cloud Storage への対応は ``fess-storage-gcs`` プラグインから提供されます。配布物には
同梱されていないため、管理画面の「システム > プラグイン」ページ、または
``bin/fess-setup install plugin fess-lib-gcs`` で導入してください。
``bin/fess-setup install plugin fess-storage-gcs`` で導入してください。

MinIO(S3互換)の設定
~~~~~~~~~~~~~~~~~~
Expand Down
4 changes: 2 additions & 2 deletions ja/15.9/config/crawler-advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1052,9 +1052,9 @@ GCSクローラー
-------------

.. note::
Google Cloud Storage への対応は ``fess-lib-gcs`` プラグインから提供されます。配布物には
Google Cloud Storage への対応は ``fess-storage-gcs`` プラグインから提供されます。配布物には
同梱されていないため、管理画面の「システム > プラグイン」ページ、または
``bin/fess-setup install plugin fess-lib-gcs`` で導入してください。
``bin/fess-setup install plugin fess-storage-gcs`` で導入してください。

Google Cloud Storageをクロールするための設定です。
ファイルクロール設定の「設定パラメーター」に以下を記述します。
Expand Down
Loading
Loading