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:
Shawn Pearce
2013-06-21 11:01:45 -07:00
parent d4f54cc03e
commit d500500b5e
9 changed files with 20 additions and 20 deletions

View File

@@ -94,9 +94,9 @@ limitations under the License.
<repository>
<id>gerrit-api-repository</id>
#if ($gerritApiVersion.endsWith("SNAPSHOT"))
<url>https://gerrit-api.commondatastorage.googleapis.com/snapshot/</url>
<url>https://gerrit-api.storage.googleapis.com/snapshot/</url>
#else
<url>https://gerrit-api.commondatastorage.googleapis.com/release/</url>
<url>https://gerrit-api.storage.googleapis.com/release/</url>
#end
</repository>
</repositories>