Update cloud storage console URL in artifact deployment instructions
The cloud storage console has been updated. The URL given in the instructions redirects to the new version, which does not seem to have the settings that are described in the documentation. Add `?noredirect` on the URL to prevent redirection to the new version so that the old console is used. Change-Id: Ia3ecdd13b909efc3c27b135e72a33367dec20eb5
This commit is contained in:
@@ -3,7 +3,7 @@ Deploy Gerrit Artifacts
|
||||
|
||||
Gerrit Artifacts are stored on
|
||||
link:https://developers.google.com/storage/[Google Cloud Storage].
|
||||
Via the link:https://code.google.com/apis/console/[API Console] the
|
||||
Via the link:https://code.google.com/apis/console/?noredirect[API Console] the
|
||||
Gerrit maintainers have access to the `Gerrit Code Review` project.
|
||||
This projects host several buckets for storing Gerrit artifacts:
|
||||
|
||||
@@ -26,7 +26,7 @@ Deploy Configuration in Maven `settings.xml`
|
||||
|
||||
To upload artifacts to a bucket the user must authenticate with a
|
||||
username and password. The username and password need to be retrieved
|
||||
from the link:https://code.google.com/apis/console/[API Console]:
|
||||
from the link:https://code.google.com/apis/console/?noredirect[API Console]:
|
||||
|
||||
* Go to the `Gerrit Code Review` project
|
||||
* In the menu on the left select `Google Cloud Storage` >
|
||||
|
Reference in New Issue
Block a user