Skip to content

Commit 39ba077

Browse files
jean-philippe-martinmziccard
authored andcommitted
More precise description of FakeStorageRpc limitations (#1070)
1 parent 1e6b5aa commit 39ba077

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

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)