[
https://issues.apache.org/jira/browse/MINIFICPP-857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Murtuza Shareef reassigned MINIFICPP-857:
-----------------------------------------
Assignee: Murtuza Shareef (was: Jeremy Dyer)
> Create ListS3 Processor
> -----------------------
>
> Key: MINIFICPP-857
> URL: https://issues.apache.org/jira/browse/MINIFICPP-857
> Project: Apache NiFi MiNiFi C++
> Issue Type: New Feature
> Reporter: Jeremy Dyer
> Assignee: Murtuza Shareef
> Priority: Major
> Fix For: 0.7.0
>
>
> Performs a bucket listing operation in the AWS SDK and returns each of the
> objects in the S3 bucket as a new flowfile in the NiFi flow.
> ```Aws::S3::S3Client s3_client; Aws::S3::Model::ListObjectsRequest
> objects_request; objects_request.WithBucket(bucket_name); auto
> list_objects_outcome = s3_client.ListObjects(objects_request);```
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)