Skip to content

Commit 9698a91

Browse files
authored
---
yaml --- r: 9695 b: refs/heads/master c: cb0eb49 h: refs/heads/master i: 9693: 3948d8f 9691: cb5fa85 9687: e0281f1 9679: c73e30e 9663: 665a4bd
1 parent e8a1962 commit 9698a91

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 15d98613fdf5ce35004a198c1fb40f4bd3ab996a
2+
refs/heads/master: cb0eb49f4437772571555591a9897bae3b649aeb
33
refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
44
refs/heads/gh-pages: e04ec732e2dd43f0ebc9921f3a6291b50c820e3a
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/google-cloud-clients/google-cloud-storage/src/main/java/com/google/cloud/storage/spi/v1/HttpStorageRpc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ public void submit() {
188188
// TODO(hailongwen@): instrument 'google-api-java-client' to further break down the span.
189189
// Here we only add a annotation to at least know how much time each batch takes.
190190
span.addAnnotation("Execute batch request");
191-
batch.setBatchUrl(new GenericUrl("https://www.googleapis.com/batch/storage/v1"));
191+
batch.setBatchUrl(new GenericUrl(String.format("%s/batch/storage/v1", options.getHost())));
192192
batch.execute();
193193
}
194194
} catch (IOException ex) {

0 commit comments

Comments
 (0)