Skip to content

Commit e0deda9

Browse files
ryan-williamsyihanzhen
authored andcommitted
---
yaml --- r: 9945 b: refs/heads/master c: 7ef0126 h: refs/heads/master i: 9943: c65aff9
1 parent a712037 commit e0deda9

2 files changed

Lines changed: 7 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: d2a98c066cdcd8c83eb91dc76346a1a6e8f9926c
2+
refs/heads/master: 7ef0126ab1c7eabf6f4b6633334c71446f7203f1
33
refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
44
refs/heads/gh-pages: 3830d9ffb926d5fdfcfc27c05b58959c9723582e
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/google-cloud-clients/google-cloud-contrib/google-cloud-nio/src/main/java/com/google/cloud/storage/contrib/nio/CloudStorageFileSystemProvider.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,12 @@ public static void setDefaultCloudStorageConfiguration(@Nullable CloudStorageCon
172172
* @see CloudStorageFileSystem#forBucket(String)
173173
*/
174174
public CloudStorageFileSystemProvider() {
175-
this("", futureStorageOptions);
175+
this(
176+
CloudStorageFileSystem
177+
.getDefaultCloudStorageConfiguration()
178+
.userProject(),
179+
futureStorageOptions
180+
);
176181
}
177182

178183
/**

0 commit comments

Comments
 (0)