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):
7272 legacy_instance = InternalLegacyOverride ()
7373 legacy_instance .encryptor = legacy_override .encryptor
7474 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
7975 legacy_instance .crypto_config = CryptoConfig (
8076 materials_provider = legacy_override .encryptor ._materials_provider ,
8177 encryption_context = maybe_encryption_context .value ,
Original file line number Diff line number Diff line change 2424"""
2525from aws_dbesdk_dynamodb .structures .dynamodb import LegacyPolicy
2626
27- # Import from new AWS Database Encryption SDK
28- # Import from legacy DynamoDB Encryption Client
2927from .common import setup_awsdbe_client_with_legacy_override
3028
3129
You can’t perform that action at this time.
0 commit comments