Skip to content

🚢 3.0.0 / 2022-05-27

Compare
Choose a tag to compare
@LinusU LinusU released this 27 May 09:03
· 2 commits to master since this release
6003dda

💥 Breaking Changes

  • Upgrade to AWS JavaScript SDK V3 (#162)

    Migration Guide:

    When upgrading to this version, you also need to migrate from version 2 of the AWS JavaScript SDK to version 3. Instead of passing an instance of the old aws.S3, use the new S3Client class from @aws-sdk/client-s3.

    The minimum required version of Node.js has also been increased to 12.0.0, to align with the AWS JavaScript SDK.