You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2018/11/21 15:47:01 UTC

[jira] [Commented] (NIFI-4933) GCS Google Cloud Storage Processor requires Project ID even if it is not necessary

    [ https://issues.apache.org/jira/browse/NIFI-4933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16694863#comment-16694863 ] 

ASF subversion and git services commented on NIFI-4933:
-------------------------------------------------------

Commit 03ef6465478eea09704a2b6eb9be16f5001007b9 in nifi's branch refs/heads/master from [~pvillard]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=03ef646 ]

NIFI-4731 This closes #3019.  This closes #2682.  This closes #2420.
NIFI-4933 BigQuery PR Review

Signed-off-by: joewitt <jo...@apache.org>


> GCS Google Cloud Storage Processor requires Project ID even if it is not necessary
> ----------------------------------------------------------------------------------
>
>                 Key: NIFI-4933
>                 URL: https://issues.apache.org/jira/browse/NIFI-4933
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Core Framework
>    Affects Versions: 1.5.0
>            Reporter: Julian Gimbel
>            Priority: Minor
>
> Google Cloud Storage Processsors like List or Fetch require the Project ID, but in the Google Cloud Storage Code the Project ID is only required when creating a new Bucket:
> [https://github.com/GoogleCloudPlatform/google-cloud-java/blob/e3908826d28d24a5dd68866f1177994050dbe766/google-cloud-storage/src/main/java/com/google/cloud/storage/StorageOptions.java#L109]
> With the project ID required we can not download data from buckets that we do not own like for example public data sets: [https://console.cloud.google.com/storage/browser/gcp-public-data-landsat/?_ga=2.37550372.-565124473.1518597165]
> Solution would be to make the Project ID optional and enable the download of such data sets.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)