Switch to gs-maven-wagon for API deployment

Change-Id: I0a920ea71dcc886a263dc24fa8cc2ac19f3bbb99
diff --git a/pom.xml b/pom.xml
index ecee666..02368a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -465,9 +465,9 @@
 
     <extensions>
       <extension>
-        <groupId>net.anzix.aws</groupId>
-        <artifactId>s3-maven-wagon</artifactId>
-        <version>3.2</version>
+        <groupId>com.googlesource.gerrit</groupId>
+        <artifactId>gs-maven-wagon</artifactId>
+        <version>3.3</version>
       </extension>
     </extensions>
   </build>
diff --git a/tools/deploy_api.sh b/tools/deploy_api.sh
index e5909e54..26baa31 100755
--- a/tools/deploy_api.sh
+++ b/tools/deploy_api.sh
@@ -15,7 +15,7 @@
   ;;
 *-[0-9]*-g*) type=snapshot ;;
 esac
-URL=s3://gerrit-api@commondatastorage.googleapis.com/$type
+URL=gs://gerrit-api/$type
 
 
 echo "Deploying $type gerrit-extension-api $VER"