Re: [PR] NIFI-12643 Added support for FileResourceService in PutGCSObject [nifi]

2024-01-26 Thread via GitHub
asfgit closed pull request #8281: NIFI-12643 Added support for FileResourceService in PutGCSObject URL: https://github.com/apache/nifi/pull/8281 -- 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

Re: [PR] NIFI-12643 Added support for FileResourceService in PutGCSObject [nifi]

2024-01-25 Thread via GitHub
turcsanyip commented on code in PR #8281: URL: https://github.com/apache/nifi/pull/8281#discussion_r1466618437 ## nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/src/main/java/org/apache/nifi/processors/gcp/storage/PutGCSObject.java: ## @@ -322,199 +328,196 @@ public void

Re: [PR] NIFI-12643 Added support for FileResourceService in PutGCSObject [nifi]

2024-01-25 Thread via GitHub
balazsgerner commented on code in PR #8281: URL: https://github.com/apache/nifi/pull/8281#discussion_r1466548160 ## nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/src/main/java/org/apache/nifi/processors/gcp/storage/PutGCSObject.java: ## @@ -291,6 +295,8 @@ public List

Re: [PR] NIFI-12643 Added support for FileResourceService in PutGCSObject [nifi]

2024-01-25 Thread via GitHub
turcsanyip commented on code in PR #8281: URL: https://github.com/apache/nifi/pull/8281#discussion_r1466456472 ## nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/src/main/java/org/apache/nifi/processors/gcp/storage/PutGCSObject.java: ## @@ -291,6 +295,8 @@ public List

[PR] NIFI-12643 Added support for FileResourceService in PutGCSObject [nifi]

2024-01-22 Thread via GitHub
balazsgerner opened a new pull request, #8281: URL: https://github.com/apache/nifi/pull/8281 # Summary Added support to upload content directly from local file's inputstream (by-passing the content repository) inside the