Skip to content

Commit c44722d

Browse files
committed
fix
1 parent b02674c commit c44722d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

framework/aws-kms/aws-kms-hierarchical-keyring.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -537,11 +537,11 @@ which distinguishes Cryptographic Material Providers (i.e: Hierarchical Keyrings
537537
- (Default) A a random 16-byte UUID, which makes
538538
it unique for every Hierarchical Keyring.
539539
In this case, two Hierarchical Keyrings (or another Material Provider)
540-
WILL NOT share the same cache entries in the cache.
540+
MUST NOT share the same cache entries in the cache.
541541
- If the Partition ID is set by the user and is the same for two Hierarchical Keyrings (or another Material Provider),
542-
they CAN share the same cache entries in the cache.
542+
they MAY share the same cache entries in the cache.
543543
- If the Partition ID is set by the user and is different for two Hierarchical Keyrings (or another Material Provider),
544-
they WILL NOT share the same cache entries in the cache.
544+
they MUST NOT share the same cache entries in the cache.
545545

546546
### Logical Key Store Name
547547

0 commit comments

Comments
 (0)