This is an automated email from the ASF dual-hosted git repository. szaszm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
commit 4481f28824a73fcfe7ac8f46575bb58caf7cecc7 Author: Martin Zink <[email protected]> AuthorDate: Tue Jun 21 23:03:17 2022 +0200 MINIFICPP-1863 fixing duplicate entry in PutGCSObject::properties Closes #1353 Signed-off-by: Marton Szasz <[email protected]> --- extensions/gcp/processors/PutGCSObject.h | 1 - 1 file changed, 1 deletion(-) diff --git a/extensions/gcp/processors/PutGCSObject.h b/extensions/gcp/processors/PutGCSObject.h index 42d47d560..854dbae62 100644 --- a/extensions/gcp/processors/PutGCSObject.h +++ b/extensions/gcp/processors/PutGCSObject.h @@ -58,7 +58,6 @@ class PutGCSObject : public GCSProcessor { return utils::array_cat(GCSProcessor::properties(), std::array{ Bucket, Key, - NumberOfRetries, ContentType, MD5Hash, Crc32cChecksum,
