Member since
02-18-2025
1
Post
0
Kudos Received
0
Solutions
02-18-2025
08:14 AM
Trying to setup integration with AWS S3 bucket with Nifi Registry in ECS FARGATE, while looking to the cloudwatch logs found that the providers is not valid, below is the provider.xml file used with nifi image version 1.28.1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<providers>
<flowPersistenceProvider>
<class>org.apache.nifi.registry.provider.flow.FileSystemFlowPersistenceProvider</class>
<property name="Flow Storage Directory">./flow_storage</property>
</flowPersistenceProvider>
<extensionBundlePersistenceProvider>
<class>org.apache.nifi.registry.aws.S3BundlePersistenceProvider</class>
<property name="Region">us-east-1</property>
<property name="Bucket Name">s3://nifi-registry-test/</property>
<property name="Key Prefix">flow/</property>
<property name="Credentials Provider">DEFAULT_CHAIN</property>
</extensionBundlePersistenceProvider>
</providers>
... View more
Labels:
- Labels:
-
Apache NiFi
-
NiFi Registry