Chris Sampson created NIFI-14289:
------------------------------------
Summary: FetchS3Object should optionally allow retrieval of all
metadata and tags
Key: NIFI-14289
URL: https://issues.apache.org/jira/browse/NIFI-14289
Project: Apache NiFi
Issue Type: Improvement
Affects Versions: 2.2.0
Reporter: Chris Sampson
The FetchS3Object processor currently retrieve the object's metadata, but only
returns a subset as attributes (e.g. the ETag is returned as s3.etag).
Options should be added to the processor in order to allow:
* all metadata to be returned as flowfile attributes (where not always used as
defined attributes)
* all tags to be returned as flowfile attributes (as this requires additional
IAM access, the tags should only be retrieved if their retrieval is enabled via
processor properties)
The retrieval of metadata and tags should respect the requested versionId of
the Object being fetched (when provided, otherwise retrieve the latest).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)