We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da00642 commit 93c6849Copy full SHA for 93c6849
rust/storage/tests/object_storage_integration_test.rs
@@ -56,7 +56,7 @@ const TEST_PREFIX: &str = "object-store/";
56
/// CMEK key resource name for testing
57
/// Update this with your actual KMS key for CMEK tests
58
/// Format: projects/PROJECT_ID/locations/LOCATION/keyRings/RING/cryptoKeys/KEY
59
-const GCS_CMEK_KEY_NAME: &str = "projects/shared-sandbox-478917/locations/us-west1/keyRings/cmek-test-ring/cryptoKeys/cmek-test";
+const GCS_CMEK_KEY_NAME: &str = GCS_INVALID_CMEK_KEY_NAME;
60
61
/// Fake CMEK key for negative testing (should always fail)
62
const GCS_INVALID_CMEK_KEY_NAME: &str =
0 commit comments