Skip to content

Commit fd502f3

Browse files
jean-philippe-martinmziccard
authored andcommitted
---
yaml --- r: 7413 b: refs/heads/tswast-patch-1 c: 39ba077 h: refs/heads/master i: 7411: 4fbedda
1 parent 49b51f7 commit fd502f3

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ refs/tags/v0.18.0: 9d193c4c4b9d1c6f21515dd8e50836b9194ec9bb
5757
refs/tags/v0.19.0: e67b56e4d8dad5f9a7b38c9b2107c23c828f2ed5
5858
refs/tags/v0.20.0: 839f7fb7156535146aa1cb2c5aadd8d375d854e8
5959
refs/tags/v0.20.1: 370471f437f1f4f68a11e068df5cd6bf39edb1fa
60-
refs/heads/tswast-patch-1: 1e6b5aa681d5077d0189a72d3853bfdb4b3f8767
60+
refs/heads/tswast-patch-1: 39ba0778a43b6b91439465c0a336e59e6d5c8923
6161
refs/heads/pubsub-streaming-pull: 19262b752ee874eb2ca3b950eb2aef44d5a5267b

branches/tswast-patch-1/gcloud-java-storage/src/main/java/com/google/cloud/storage/testing/FakeStorageRpc.java

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,24 @@
4040
*
4141
* <p>This class is <i>not</i> thread-safe. It's also (currently) limited in the following ways:
4242
* <ul>
43-
* <li>Partially Supported
43+
* <li>Supported
4444
* <ul>
45-
* <li>create
46-
* <li>get
47-
* <li>delete
48-
* <li>directory listing
45+
* <li>object create
46+
* <li>object get
47+
* <li>object delete
48+
* <li>list the contents of a bucket
4949
* </ul>
5050
* <li>Unsupported
5151
* <ul>
52+
* <li>bucket create
53+
* <li>bucket get
54+
* <li>bucket delete
55+
* <li>list all buckets
5256
* <li>generations
5357
* <li>file attributes
5458
* <li>patch
5559
* <li>continueRewrite
60+
* <li>createBatch
5661
* </ul>
5762
* </ul>
5863
*/

0 commit comments

Comments
 (0)