File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
DynamoDbEncryption/runtimes/python/src/aws_dbesdk_dynamodb/internaldafny/extern
Examples/runtimes/python/Migration/src/ddbec_to_awsdbe/awsdbe Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -72,10 +72,6 @@ def Build(config: DynamoDbItemEncryptorConfig_DynamoDbItemEncryptorConfig):
72
72
legacy_instance = InternalLegacyOverride ()
73
73
legacy_instance .encryptor = legacy_override .encryptor
74
74
legacy_instance .policy = legacy_override .policy
75
- # # Access the value property, not calling it as a function
76
- # legacy_instance.encryption_context = maybe_encryption_context.value
77
- # # Access the value property, not calling it as a function
78
- # legacy_instance.attribute_actions = maybe_actions.value
79
75
legacy_instance .crypto_config = CryptoConfig (
80
76
materials_provider = legacy_override .encryptor ._materials_provider ,
81
77
encryption_context = maybe_encryption_context .value ,
Original file line number Diff line number Diff line change 24
24
"""
25
25
from aws_dbesdk_dynamodb .structures .dynamodb import LegacyPolicy
26
26
27
- # Import from new AWS Database Encryption SDK
28
- # Import from legacy DynamoDB Encryption Client
29
27
from .common import setup_awsdbe_client_with_legacy_override
30
28
31
29
You can’t perform that action at this time.
0 commit comments