Skip to content

Commit

Permalink
Update AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/…
Browse files Browse the repository at this point in the history
…MaterialProviderFactory.cs
  • Loading branch information
lucasmcdonald3 authored Oct 2, 2024
1 parent 107b1e0 commit 200bed8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ public enum CryptoOperation
public static class MaterialProviderFactory
{
private static readonly MaterialProviders materialProviders = new(new MaterialProvidersConfig());
// TODO: Get this from CLI or something?
private static string manifestPath = Utils.GetEnvironmentVariableOrError("DAFNY_AWS_ESDK_TEST_VECTOR_MANIFEST_PATH");
private static DecryptManifest manifest = Utils.LoadObjectFromPath<DecryptManifest>(manifestPath);
private static readonly KeyVectorsConfig keyVectorsConfig = new KeyVectorsConfig
Expand Down

0 comments on commit 200bed8

Please sign in to comment.