martinzink commented on code in PR #1297:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1297#discussion_r874720453
##########
PROCESSORS.md:
##########
@@ -600,6 +639,43 @@ In the list below, the names of required properties appear
in bold. Any other pr
|success|Files that have been successfully fetched from Azure storage are
transferred to this relationship|
+## FetchGCSObject
+
+### Description
+
+Fetches a file from a Google Cloud Bucket. Designed to be used in tandem with
ListGCSBucket.
+
+### Properties
+
+In the list below, the names of required properties appear in bold. Any other
properties (not in bold) are considered optional. The table also indicates any
default values, and whether a property supports the NiFi Expression Language.
+
+| Name | Default Value | Allowable Values
| Description
|
+|--------------------------------------|---------------|-----------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------|
+| **Bucket** | ${gcs.bucket} |
| Bucket of the
object.<br>**Supports Expression Language: true**
|
+| **Key** | ${filename} |
| Name of the
object.<br>**Supports Expression Language: true**
|
+| **Number Of retries** | 6 | integers
| How many retry
attempts should be made before routing to the failure relationship.
|
Review Comment:
:+1: good catch, I've changed it in
https://github.com/apache/nifi-minifi-cpp/pull/1297/commits/c0f208be8da80df088d20dcd15a0f88a14bf8c76
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]