Paul Kelly created NIFI-9803:
--------------------------------
Summary: ListS3 only outputs tags of current object version
Key: NIFI-9803
URL: https://issues.apache.org/jira/browse/NIFI-9803
Project: Apache NiFi
Issue Type: Bug
Affects Versions: 1.15.3
Reporter: Paul Kelly
Assignee: Paul Kelly
When configured to output an object's tags, the ListS3 processor only outputs
tags for the current version of an object instead of the tags associated with
the object's version being listed.
For example, if two versions of an object are stored:
Object name: testobject, Tags: key=version, value=A
Object name: testobject, Tags: key=version, value=B
Assuming the object with tag value 'A' was written first and the object with
tag value 'B' is now the current version, when both versions are listed, only
version B's tags are emitted.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)