Skip to content

Commit 825371e

Browse files
committed
m
1 parent 985d671 commit 825371e

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

specification/searchable-encryption/beacons.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -84,17 +84,17 @@ The beacon string will be 1/4 this length.
8484

8585
### Terminal Location
8686

87-
A terminal location designates a portion of a structured value. Defined [here](virtual.md#terminal-location).
87+
A [terminal location](virtual.md#terminal-location) designates a portion of a structured value.
8888

8989
### Standard Beacon
9090

9191
The simplest form of beacon is a standard beacon.
9292

9393
To configure a single standard beacon, you need to provide
9494

95-
1. A name
96-
1. A [terminal location](virtual.md#terminal-location)
97-
1. A [beacon length](#beacon-length)
95+
1. A name
96+
1. A [terminal location](virtual.md#terminal-location)
97+
1. A [beacon length](#beacon-length)
9898

9999
A hash is made from the value at the terminal location, and stored at
100100
at the top level of the structure with the name `aws_dbe_b_` followed by the configured name.
@@ -123,11 +123,11 @@ into a complex string, suitable for complex database operations.
123123

124124
To configure a single compound beacon, you need to provide
125125

126-
1. A name
127-
1. A split character
128-
1. A list of encrypted parts
129-
1. A list of signed parts
130-
1. A list of constructors
126+
1. A name
127+
1. A split character
128+
1. A list of encrypted parts
129+
1. A list of signed parts
130+
1. A list of constructors
131131

132132
The `name` is used in queries and index creation as if it were a regular field.
133133
"MyField" in examples below. It is an error if this name is the same as a configured

specification/searchable-encryption/search-config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ while providing a Shared Cache to the [Beacon Key Source](#beacon-key-source).
405405

406406
The resource suffixes for the Searchable Encryption is as follows:
407407

408-
```
408+
```text
409409
logicalKeyStoreName + NULL_BYTE + UTF8Encode(branchKeyId)
410410
```
411411

@@ -441,7 +441,7 @@ All the above fields must be separated by a single NULL_BYTE `0x00`.
441441

442442
As a formula:
443443

444-
```
444+
```text
445445
resource-id = [0x02]
446446
scope-id = [0x03]
447447
logical-key-store-name = UTF8Encode(beaconVersion.keystore.LogicalKeyStoreName)

0 commit comments

Comments
 (0)