You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Arpad Boda (Jira)" <ji...@apache.org> on 2020/01/08 16:19:00 UTC

[jira] [Updated] (MINIFICPP-857) Create ListS3 Processor

     [ https://issues.apache.org/jira/browse/MINIFICPP-857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arpad Boda updated MINIFICPP-857:
---------------------------------
    Fix Version/s:     (was: 0.7.0)
                   0.8.0

> 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.8.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)