TagS3Object 2.0.0

Bundle
org.apache.nifi | nifi-aws-nar
Description
Adds or updates a tag on an Amazon S3 Object.
Tags
AWS, Amazon, Archive, S3, Tag
Input Requirement
REQUIRED
Supports Sensitive Dynamic Properties
false
Properties
Relationships
Name Description
failure If the Processor is unable to process a given FlowFile, it will be routed to this Relationship.
success FlowFiles are routed to this Relationship after they have been successfully processed.
Writes Attributes
Name Description
s3.tag.___ The tags associated with the S3 object will be written as part of the FlowFile attributes
s3.exception The class name of the exception thrown during processor execution
s3.additionalDetails The S3 supplied detail from the failed operation
s3.statusCode The HTTP error code (if available) from the failed operation
s3.errorCode The S3 moniker of the failed operation
s3.errorMessage The S3 exception message from the failed operation
See Also