From aa88f9ba1df097ba10feee629b47b6d6c38f87e7 Mon Sep 17 00:00:00 2001 From: Lucas McDonald Date: Fri, 15 Nov 2024 14:20:24 -0800 Subject: [PATCH 1/3] m --- SUPPORT_POLICY.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SUPPORT_POLICY.rst b/SUPPORT_POLICY.rst index 76cd580d4..38a130aff 100644 --- a/SUPPORT_POLICY.rst +++ b/SUPPORT_POLICY.rst @@ -33,5 +33,9 @@ This table describes the current support status of each major version of the AWS - General Availability - - + * - 4.x + - General Availability + - + - .. _AWS SDKs and Tools Maintenance Policy: https://docs.aws.amazon.com/sdkref/latest/guide/maint-policy.html#version-life-cycle From 884051b60dac1730331ddbedc8556e4a38b7db2f Mon Sep 17 00:00:00 2001 From: Lucas McDonald Date: Fri, 15 Nov 2024 14:29:11 -0800 Subject: [PATCH 2/3] m --- .../internal/mpl/tampering_mpl_materials.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test_vector_handlers/src/awses_test_vectors/internal/mpl/tampering_mpl_materials.py b/test_vector_handlers/src/awses_test_vectors/internal/mpl/tampering_mpl_materials.py index 00a0eb252..4caf85635 100644 --- a/test_vector_handlers/src/awses_test_vectors/internal/mpl/tampering_mpl_materials.py +++ b/test_vector_handlers/src/awses_test_vectors/internal/mpl/tampering_mpl_materials.py @@ -40,7 +40,7 @@ class HalfSigningCryptoMaterialsManagerFromMPL(CryptoMaterialsManagerFromMPL): wrapped_default_cmm = attr.ib(validator=attr.validators.instance_of(CryptoMaterialsManagerFromMPL)) - def __init__(self, master_key_provider): + def __init__(self, master_key_provider): # pylint: disable=super-init-not-called """Create a new CMM that wraps a the given CMM.""" mpl = AwsCryptographicMaterialProviders(MaterialProvidersConfig()) mpl_cmm = mpl.create_default_cryptographic_materials_manager( @@ -89,7 +89,7 @@ class HalfSigningEncryptionMaterialsFromMPL(EncryptionMaterialsFromMPL): _underlying_materials: EncryptionMaterialsFromMPL - def __init__(self, underlying_materials): + def __init__(self, underlying_materials): # pylint: disable=super-init-not-called """Create a HalfSigningEncryptionMaterialsFromMPL wrapper around underlying_materials. """ @@ -159,7 +159,7 @@ class ProviderInfoChangingCryptoMaterialsManagerFromMPL(CryptoMaterialsManagerFr wrapped_cmm = attr.ib(validator=attr.validators.instance_of(CryptoMaterialsManager)) new_provider_info = attr.ib(validator=attr.validators.instance_of(six.string_types)) - def __init__(self, materials_manager, new_provider_info): + def __init__(self, materials_manager, new_provider_info): # pylint: disable=super-init-not-called """Create a new CMM that wraps a the given CMM.""" self.wrapped_cmm = materials_manager self.new_provider_info = new_provider_info From 0be783d6b90e2d2194bb03a55130cb65b0a4167b Mon Sep 17 00:00:00 2001 From: Lucas McDonald Date: Wed, 20 Nov 2024 11:51:43 -0800 Subject: [PATCH 3/3] 3.x --- SUPPORT_POLICY.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SUPPORT_POLICY.rst b/SUPPORT_POLICY.rst index 38a130aff..1e20c300f 100644 --- a/SUPPORT_POLICY.rst +++ b/SUPPORT_POLICY.rst @@ -31,8 +31,8 @@ This table describes the current support status of each major version of the AWS - * - 3.x - General Availability - - - - + - Maintenance + - 2025-05-20 * - 4.x - General Availability -