Skip to content
Compare
Choose a tag to compare
@gatsby-uc-bot gatsby-uc-bot released this 07 Mar 19:26
· 68 commits to main since this release
dc1c592

Major Changes

  • #387 a0cfd0b Thanks @h93xV2! - Upgraded the AWS SDK dependency in gatsby-source-s3 from v2 to v3.

    AWS SDK v2 is going into maintenance mode in 2023, and projects which use the old version have error messages logged in their consoles.

    The upgrade breaks backwards compatibility for existing plugin configurations, so a major version increment has been applied.

    For plugin configuration, the AWS property follows the S3ClientConfig interface, but adds the additional Buckets property unique to the plugin.

    The two main differences with the plugin configuration are:

    1. region is now required for custom endpoints.
    2. The accessKeyId and secretAccessKey properties have been moved into the credentials property.

Patch Changes