gatsby-uc-bot
released this
07 Mar 19:26
·
68 commits
to main
since this release
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:
region
is now required for custom endpoints.- The
accessKeyId
andsecretAccessKey
properties have been moved into thecredentials
property.