You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: branches/tswast-patch-1/gcloud-java-storage/src/main/java/com/google/gcloud/storage/StorageImpl.java
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -102,8 +102,6 @@ public RetryResult beforeEval(Exception exception) {
102
102
StorageImpl(StorageOptionsoptions) {
103
103
super(options);
104
104
storageRpc = options.storageRpc();
105
-
// todo: provide rewrite - https://cloud.google.com/storage/docs/json_api/v1/objects/rewrite
106
-
// todo: check if we need to expose https://cloud.google.com/storage/docs/json_api/v1/bucketAccessControls/insert vs using bucket update/patch
0 commit comments