File tree Expand file tree Collapse file tree
branches/spanner-gapic-migration/google-cloud-storage/src/test/java/com/google/cloud/storage Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ refs/tags/v0.34.0: bf31760a31a66acb239322a70dcd03dbe1d0c7ca
8080refs/tags/v0.35.0: c28951c5f4cc97a1be07900d19df6984115a4bd6
8181refs/tags/v0.36.0: 6b75c61f73e6827b3ca379bd54f88f750290162f
8282refs/tags/v0.37.0: db2e142f92601709fdd48db159776f905742e30f
83- refs/heads/spanner-gapic-migration: 56b34dfb1ac66b12ba8c3d13aa9147501e8692b6
83+ refs/heads/spanner-gapic-migration: 47701ed4c644a4c19b99ebe8aaef1e896b533f0d
8484refs/tags/v0.38.0: c235ee4df5e1248e1769dae3f86a0d7ab7fd8301
8585refs/tags/v0.39.0: ab231c9d22475242a43d6d9554aa4a3f736dab01
8686refs/tags/v0.40.0: a1d5b05206cce7734365f1b910396a2c9d6605ec
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ public class BlobInfoTest {
6666 private static final String KEY_SHA256 = "keySha" ;
6767 private static final CustomerEncryption CUSTOMER_ENCRYPTION =
6868 new CustomerEncryption (ENCRYPTION_ALGORITHM , KEY_SHA256 );
69- private static final String KMS_KEY_NAME = "projects/p/keyRings /kr/location /kr-loc/cryptoKey /key" ;
69+ private static final String KMS_KEY_NAME = "projects/p/locations /kr-loc/keyRings /kr/cryptoKeys /key" ;
7070 private static final StorageClass STORAGE_CLASS = StorageClass .COLDLINE ;
7171
7272 // Unit tests include Customer Supplied encryption which may be confusing with the KMS KEY NAME
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ public class BucketInfoTest {
6060 private static final String NOT_FOUND_PAGE = "error.html" ;
6161 private static final String LOCATION = "ASIA" ;
6262 private static final StorageClass STORAGE_CLASS = StorageClass .STANDARD ;
63- private static final String DEFAULT_KMS_KEY_NAME = "projects/p/keyRings /kr/location /kr-loc/cryptoKey /key" ;
63+ private static final String DEFAULT_KMS_KEY_NAME = "projects/p/locations /kr-loc/keyRings /kr/cryptoKeys /key" ;
6464 private static final Boolean VERSIONING_ENABLED = true ;
6565 private static final Map <String , String > BUCKET_LABELS = ImmutableMap .of ("label1" , "value1" );
6666 private static final Boolean REQUESTER_PAYS = true ;
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ public class BucketTest {
7777 private static final String NOT_FOUND_PAGE = "error.html" ;
7878 private static final String LOCATION = "ASIA" ;
7979 private static final StorageClass STORAGE_CLASS = StorageClass .STANDARD ;
80- private static final String DEFAULT_KMS_KEY_NAME = "projects/p/keyRings /kr/location /kr-loc/cryptoKey /key" ;
80+ private static final String DEFAULT_KMS_KEY_NAME = "projects/p/locations /kr-loc/keyRings /kr/cryptoKeys /key" ;
8181 private static final Boolean VERSIONING_ENABLED = true ;
8282 private static final Map <String , String > BUCKET_LABELS = ImmutableMap .of ("label1" , "value1" );
8383 private static final Boolean REQUESTER_PAYS = true ;
You can’t perform that action at this time.
0 commit comments