IdolFlowFileServiceImpl

Provides a connection to external storage, so that NiFi Ingest processors can access document files in Amazon S3, Azure Blob Storage, or Google Cloud Storage.

Properties

Name Description
Service Key An arbitrary string that identifies the external storage. This string will appear in externalfile FlowFile parts, so that NiFi Ingest processors can identify the correct IdolFlowFileServiceImpl to use to retrieve the file. You can enter any value you wish, but you must use a unique service key for each IdolFlowFileServiceImpl.
External File Storage Type

The type of external storage to connect to:

  • Amazon S3
  • Azure Blob
  • Google Cloud

When you select an option, additional required properties are added to the configuration dialog.

See Also