Skip to content

Releases: aws-solutions/data-transfer-from-amazon-s3-glacier-vaults-to-amazon-s3

v1.1.3

03 Oct 16:13
6a839da
Compare
Choose a tag to compare

[1.1.3] - 2024-10-03

Fixed

  • Fix inaccurate metrics that occurred during simultaneous data transfers.
  • Prevent the initiation of cross-account transfers, as this feature is currently unsupported.

v1.1.2

25 Jul 19:03
8a6a2e9
Compare
Choose a tag to compare

[1.1.2] - 2024-07-25

Added

Support for new regions - China (Beijing), China (Ningxia), and GovCloud.

Fixed

Handling of case insensitivity of "Path" in ArchiveDescription Json parsing #4.

v1.1.1

13 May 18:33
841c590
Compare
Choose a tag to compare

[1.1.1] - 2024-05-13

Added

  • Support for new regions - China (Beijing), China (Ningxia), and GovCloud.

Fixed

  • Handling of case insensitivity of "Path" in ArchiveDescription Json parsing #4.

v1.1.0

04 Apr 19:09
6863280
Compare
Choose a tag to compare

[1.1.0] - 2024-04-04

Added

  • Allow referencing an external destination bucket.
  • Add SQS metrics widgets to CloudWatch dashboard to have a way to monitor the progress of the transfer
  • Add a pre-built CloudWatch Logs Insights query for Lambdas errors

Updated

  • Implement retry within MetricsProcessor Lambda when encountering TransactionConflict exception
  • Use SHA-256 to generate TransactWriteItems ClientRequestToken as a more secure alternative to MD5 hashing
  • Add try-except block around the archive naming logic to prevent the entire Glue job from failing due to a single/few names parsing errors.
  • Enhance SSM Automation documents descriptions
  • Add user-agents to all service clients to track usage on solution service API usage dashboard

Fixed

  • Fix Glue jobs that are not generating CloudWatch logs
  • Fix Glue job failures occurring when description fields contain UTF-8 encoded characters
  • Fix duplicate archive names when there are identical archive names with the same creation time

v1.0.0

19 Dec 21:18
Compare
Choose a tag to compare

[1.0.0] - 2023-12-19

Added

  • Initial revision