Re: [PR] NIFI-12334: Implement GCS option for FileResourceService [nifi]

2023-12-22 Thread via GitHub
exceptionfactory closed pull request #7999: NIFI-12334: Implement GCS option for FileResourceService URL: https://github.com/apache/nifi/pull/7999 -- 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

Re: [PR] NIFI-12334: Implement GCS option for FileResourceService [nifi]

2023-12-17 Thread via GitHub
mark-bathori commented on PR #7999: URL: https://github.com/apache/nifi/pull/7999#issuecomment-1859116369 Thanks @dan-s1 for the detailed review, I've updated the PR according it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] NIFI-12334: Implement GCS option for FileResourceService [nifi]

2023-12-15 Thread via GitHub
dan-s1 commented on code in PR #7999: URL: https://github.com/apache/nifi/pull/7999#discussion_r1428160148 ## nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/src/test/java/org/apache/nifi/processors/gcp/storage/GCSFileResourceServiceTest.java: ## @@ -0,0 +1,181 @@ +/* + *

Re: [PR] NIFI-12334: Implement GCS option for FileResourceService [nifi]

2023-12-15 Thread via GitHub
dan-s1 commented on code in PR #7999: URL: https://github.com/apache/nifi/pull/7999#discussion_r1428126047 ## nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/src/test/java/org/apache/nifi/processors/gcp/storage/GCSFileResourceServiceTest.java: ## @@ -0,0 +1,181 @@ +/* + *

Re: [PR] NIFI-12334: Implement GCS option for FileResourceService [nifi]

2023-12-05 Thread via GitHub
exceptionfactory commented on code in PR #7999: URL: https://github.com/apache/nifi/pull/7999#discussion_r1415731745 ## nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/src/main/java/org/apache/nifi/processors/gcp/fileresource/service/GCSFileResourceService.java: ## @@ -0,0

Re: [PR] NIFI-12334: Implement GCS option for FileResourceService [nifi]

2023-11-13 Thread via GitHub
exceptionfactory commented on PR #7999: URL: https://github.com/apache/nifi/pull/7999#issuecomment-1808208309 Thanks for the responses @mark-bathori and @pvillard31, that is helpful. I think it is worth highlighting alternative components using the `SeeAlso` annotation, and also including

Re: [PR] NIFI-12334: Implement GCS option for FileResourceService [nifi]

2023-11-08 Thread via GitHub
pvillard31 commented on PR #7999: URL: https://github.com/apache/nifi/pull/7999#issuecomment-1802147126 I think the end goal here is to provide very high performance when it's about moving data from an object store to another without any kind of transformation. Right now support for

Re: [PR] NIFI-12334: Implement GCS option for FileResourceService [nifi]

2023-11-08 Thread via GitHub
mark-bathori commented on PR #7999: URL: https://github.com/apache/nifi/pull/7999#issuecomment-1802124689 Thanks for the question @exceptionfactory. Currently if someone would like to move their data from one storage to another they would need to use a List processor into a Fetch

[PR] NIFI-12334: Implement GCS option for FileResourceService [nifi]

2023-11-08 Thread via GitHub
mark-bathori opened a new pull request, #7999: URL: https://github.com/apache/nifi/pull/7999 # Summary [NIFI-12334](https://issues.apache.org/jira/browse/NIFI-12334) # Tracking Please complete the following tracking