martinzink commented on a change in pull request #1268:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1268#discussion_r828276884
##########
File path: docker/test/integration/features/google_cloud_storage.feature
##########
@@ -0,0 +1,19 @@
+Feature: Sending data to Google Cloud Storage using PutGcsObject
+
+ Background:
+ Given the content of "/tmp/output" is monitored
+
+ Scenario: A MiNiFi instance can upload data to Google Cloud storage
+ Given a GetFile processor with the "Input Directory" property set to
"/tmp/input"
+ And a file with the content "hello_gcs" is present in "/tmp/input"
+ And a Google Cloud storage server is set up
+ And a PutGcsObject processor
+ And PutGcsObject processor is set up with a
GcpCredentialsControllerService to communicate with the Google Cloud storage
server
Review comment:
good catch, changed it in
https://github.com/apache/nifi-minifi-cpp/commit/0492f5b7b49235d69d23c34d3762176bd1f9448a#diff-3ab103da2d90c3f0112fc801f20ff591790df7190fd3785e2bdef1254f95ab98R11
--
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]