Update URLs for Google Cloud Storage
Per [1] the correct URL is <bucket>.storage.googleapis.com/<object>. Update existing references to project resources to use this domain name instead of the old name. [1] https://developers.google.com/storage/docs/reference-uris Change-Id: I3788cfb4504b3908d2b5eccbdf52beffc3d18387
This commit is contained in:
@@ -13,9 +13,9 @@ release.
|
||||
`gerrit-api-repository` in the `pom.xml` is correct.
|
||||
+
|
||||
If `Gerrit-ApiVersion` references a released Gerrit version it must be
|
||||
`https://gerrit-api.commondatastorage.googleapis.com/release/`, if
|
||||
`https://gerrit-api.stoarge.googleapis.com/release/`, if
|
||||
`Gerrit-ApiVersion` references a snapshot Gerrit version it must be
|
||||
`https://gerrit-api.commondatastorage.googleapis.com/snapshot/`.
|
||||
`https://gerrit-api.storage.googleapis.com/snapshot/`.
|
||||
|
||||
* Build the latest snapshot and install it into the local Maven
|
||||
repository:
|
||||
|
||||
Reference in New Issue
Block a user