fgerlits commented on code in PR #1483:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1483#discussion_r1135686012


##########
PROCESSORS.md:
##########
@@ -502,16 +574,15 @@ Deletes an object from a Google Cloud Bucket.
 
 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.             
                                                 |
-| **GCP Credentials Provider Service** |               | 
[GCPCredentialsControllerService](CONTROLLERS.md#GCPCredentialsControllerService)
 | The Controller Service used to obtain Google Cloud Platform credentials.     
                                                                   |
-| Server Side Encryption Key           |               |                       
                                                            | An AES256 
Encryption Key (encoded in base64) for server-side encryption of the 
object.<br>**Supports Expression Language: true**                |
-| Object Generation                    |               |                       
                                                            | The generation of 
the Object to download. If left empty, then it will download the latest 
generation.<br>**Supports Expression Language: true** |
-| Endpoint Override URL                |               |                       
                                                            | Overrides the 
default Google Cloud Storage endpoints                                          
                                                  |
-
+| Name                                 | Default Value | Allowable Values | 
Description                                                                     
                                                                 |
+|--------------------------------------|---------------|------------------|--------------------------------------------------------------------------------------------------------------------------------------------------|
+| **GCP Credentials Provider Service** |               |                  | 
The Controller Service used to obtain Google Cloud Platform credentials.        
                                                                 |

Review Comment:
   I don't want to include a markup link, but I have added some more info in 
b2d6f83319296b9d1849cd6d7c835050e088c017.



-- 
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: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to