The "Google Cloud Storage Upload Report" view for a build currently uses https://storage.googleapis.com/[BUCKET_NAME]/[OBJECT_NAME] for the download URL. This works for publicly readable storage objects, but not for ones using access control. The correct URL is https://storage.cloud.google.com/[BUCKET_NAME]/[OBJECT_NAME].

       

      This is documented here: https://cloud.google.com/storage/docs/collaboration

          [JENKINS-47287] Incorrect download URL used

          Alexandra Goultiaeva added a comment - Fixed by https://github.com/jenkinsci/google-storage-plugin/pull/28 Thank you!

            a_goulti Alexandra Goultiaeva
            tpatja Teemu Patja
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: