Skip to content

Commit efb60b2

Browse files
author
Frank Natividad
committed
---
yaml --- r: 9983 b: refs/heads/gcs-bucket-lock c: 154fef1 h: refs/heads/master i: 9981: 1a67473 9979: 2a2a498 9975: 6e6e628 9967: 32028bf 9951: 5a3be65 9919: 4af32c1 9855: c36eb4b 9727: 084c67d
1 parent 6ac2eed commit efb60b2

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

  • branches/gcs-bucket-lock/google-cloud-clients/google-cloud-contrib/google-cloud-nio/src/main/java/com/google/cloud/storage/contrib/nio/testing

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,4 @@ refs/heads/hzyi-remove-dups: a234865bfd4c5ce781086bc61fa1af53b6269c5b
113113
refs/tags/v0.55.0: 01b46f9b12b2b8a3070467d7dceeb040bbce4ee2
114114
refs/tags/v0.55.1: 9c9664b8be47a8548100c42df02f03a7888a982a
115115
refs/tags/v0.56.0: c31fb69430b7e6d4139db41d8491c0ed56028436
116-
refs/heads/gcs-bucket-lock: 8f34efab9e608e08bc0228ccf444522e464eb9b6
116+
refs/heads/gcs-bucket-lock: 154fef1933b8de78d55e7f04bf5e999a78b6ffc6

branches/gcs-bucket-lock/google-cloud-clients/google-cloud-contrib/google-cloud-nio/src/main/java/com/google/cloud/storage/contrib/nio/testing/FakeStorageRpc.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
* <li>createBatch
6666
* <li>checksums, etags
6767
* <li>IAM operations</li>
68+
* <li>BucketLock operations</li>
6869
* </ul>
6970
* </ul>
7071
*/
@@ -520,6 +521,11 @@ public Notification createNotification(String bucket, Notification notification)
520521
throw new UnsupportedOperationException();
521522
}
522523

524+
@Override
525+
public Bucket lockRetentionPolicy(Bucket bucket, Map<Option, ?> options) {
526+
throw new UnsupportedOperationException();
527+
}
528+
523529
@Override
524530
public ServiceAccount getServiceAccount(String projectId) {
525531
return null;

0 commit comments

Comments
 (0)