[
https://issues.apache.org/jira/browse/MINIFICPP-857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Arpad Boda resolved MINIFICPP-857.
----------------------------------
Resolution: Duplicate
> 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.9.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
(v8.3.4#803005)