I am trying to send files into Minio Object storage Using Apache NiFi.
Here are the scenario example:
- Create files using NiFi GenerateFlowFile processor
- Send the created files into Minio Object Storage using NiFi PutS3Object processor
Note: In Minio Object Storage I created a bucket name called "test"
It came out with this error:
Error checking S3 Multipart Upload list for /test: Failed to parse XML document with handler class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser$ListMultipartUploadsHandler
Here is the NiFi setup:
GenerateFlowFile Processor:
PutS3Object processor:
My Minio Interface where bucket is created :
Could someone please help me with this error with explanation and example ? Thanks & appreciate.