minio / nifi-minio

A custom ContentRepository implementation for NiFi to persist data to MinIO Object Storage
Apache License 2.0
34 stars 8 forks source link

Content files are not created on S3 #3

Open jenil-shah135 opened 3 years ago

jenil-shah135 commented 3 years ago

I have tried to use this repo to create content files on S3 but when NiFi tries to read content file it doesn't get file on S3. After debugging for some time found that files are not created on S3 which are created using MinIORepository.java:422(java.nio.file.Files#newOutputStream)