Martin Zink created MINIFICPP-1799:
--------------------------------------
Summary: PutGCSObject wrong property name
Key: MINIFICPP-1799
URL: https://issues.apache.org/jira/browse/MINIFICPP-1799
Project: Apache NiFi MiNiFi C++
Issue Type: Bug
Reporter: Martin Zink
Assignee: Martin Zink
{code:java}
const core::Property PutGCSObject::Key(
core::PropertyBuilder::createProperty("Name of the object.")
->withDescription("Name of the object.")
->withDefaultValue("${filename}")
->supportsExpressionLanguage(true)
->build()); {code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)