You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Julian Gimbel (JIRA)" <ji...@apache.org> on 2018/03/05 14:40:00 UTC

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

Julian Gimbel created NIFI-4933:
-----------------------------------

             Summary: 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


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)