You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KeyRing and CMM get the original DDB request object through GetEncryptionMaterialsInput / OnEncryptInput / GetDecryptionMaterialsInput / OnDecryptInput #2313
In S3EncryptionClient we are able to access ExecutionAttributes added to the AwsRequest object through this. We want to follow the same format for DDB here so we can pass state per request through ExecutionAttributes , per request call.
In S3EncryptionClient we are able to access
ExecutionAttributesadded to the AwsRequest object through this. We want to follow the same format for DDB here so we can pass state per request through ExecutionAttributes , per request call.