Skip to content

Commit e96ce28

Browse files
committed
m
1 parent ae0ef6f commit e96ce28

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

TestVectors/runtimes/java/large_records.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"GSI" : [
2+
"GSI": [
33
["ATTR_INDEX1", "aws_dbe_b_Attr1"],
44
["ATTR_INDEX2", "aws_dbe_b_Attr2"],
55
["ATTR_INDEX3", "aws_dbe_b_Attr3"],
@@ -9,16 +9,16 @@
99
["ATTR_INDEX51", "aws_dbe_b_Attr5", "aws_dbe_b_Attr1"]
1010
],
1111
"largeEncryptionConfigs": {
12-
"bucket_encrypt" : {
12+
"bucket_encrypt": {
1313
"partitionKeyName": "RecNum",
1414
"attributeActionsOnEncrypt": {
1515
"RecNum": "SIGN_ONLY",
16-
"Attr1" : "ENCRYPT_AND_SIGN",
17-
"Attr2" : "ENCRYPT_AND_SIGN",
18-
"Attr3" : "ENCRYPT_AND_SIGN",
19-
"Attr4" : "ENCRYPT_AND_SIGN",
20-
"Attr5" : "ENCRYPT_AND_SIGN",
21-
"PreferredBucket" : "SIGN_ONLY"
16+
"Attr1": "ENCRYPT_AND_SIGN",
17+
"Attr2": "ENCRYPT_AND_SIGN",
18+
"Attr3": "ENCRYPT_AND_SIGN",
19+
"Attr4": "ENCRYPT_AND_SIGN",
20+
"Attr5": "ENCRYPT_AND_SIGN",
21+
"PreferredBucket": "SIGN_ONLY"
2222
},
2323
"search": {
2424
"versions": [
@@ -28,22 +28,22 @@
2828
{
2929
"Name": "Attr1",
3030
"Length": 32,
31-
"numberOfBuckets" : 1
31+
"numberOfBuckets": 1
3232
},
3333
{
3434
"Name": "Attr2",
3535
"Length": 32,
36-
"numberOfBuckets" : 2
36+
"numberOfBuckets": 2
3737
},
3838
{
3939
"Name": "Attr3",
4040
"Length": 32,
41-
"numberOfBuckets" : 3
41+
"numberOfBuckets": 3
4242
},
4343
{
4444
"Name": "Attr4",
4545
"Length": 32,
46-
"numberOfBuckets" : 4
46+
"numberOfBuckets": 4
4747
},
4848
{
4949
"Name": "Attr5",

0 commit comments

Comments
 (0)