-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: google-storage-plugin
-
None
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