Skip to content

Commit 8cf8e62

Browse files
committed
---
yaml --- r: 947 b: refs/heads/master c: 385dd4e h: refs/heads/master i: 945: 5573e4c 943: 3d7bb3e v: v3
1 parent 5592b82 commit 8cf8e62

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
2-
refs/heads/master: be1d504b9d859e7f3cbd7fa0411f7fa05c0428eb
2+
refs/heads/master: 385dd4efdd1a0d5a3be81bf4a5d89d87ca167449
33
refs/heads/travis: 0fa997e2fc9c6b61b2d91e6d163655aae67d44b6
44
refs/heads/gh-pages: 5a10432ecc75f29812e33a8236c900379509fe99

trunk/gcloud-java-storage/src/test/java/com/google/gcloud/storage/RemoteGcsHelper.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
import com.google.common.collect.ImmutableMap;
2020
import com.google.gcloud.AuthCredentials;
21+
import com.google.gcloud.RetryParams;
2122
import com.google.gcloud.storage.RemoteGcsHelper.Option.KeyFromClasspath;
2223

2324
import java.io.FileInputStream;
@@ -122,6 +123,7 @@ public static RemoteGcsHelper create(String projectId, String keyPath, Option...
122123
StorageOptions storageOptions = StorageOptions.builder()
123124
.authCredentials(AuthCredentials.createForJson(keyFileStream))
124125
.projectId(projectId)
126+
.retryParams(RetryParams.getDefaultInstance())
125127
.build();
126128
return new RemoteGcsHelper(storageOptions);
127129
} catch (FileNotFoundException ex) {

0 commit comments

Comments
 (0)