Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Releases: gatsby-uc/gatsby-source-s3

v3.0.0

17 Nov 15:58
640ae01
Compare
Choose a tag to compare

3.0.0 (2021-11-17)

⚠ BREAKING CHANGES

  • deps: requires gatsby@^4.0.1
  • deps: drops support for Node.js < 14.15

Miscellaneous Chores

v2.1.2

09 Sep 16:10
a7f542c
Compare
Choose a tag to compare

2.1.2 (2021-09-09)

Bug Fixes

Note: these release notes were not generated by semantic-release because of an expired token. The version was auto-published to npm.

v2.1.1

23 Dec 06:30
029d2db
Compare
Choose a tag to compare

2.1.1 (2020-12-23)

Bug Fixes

  • increase default expires time to AWS pre-signed url operations (#283) (029d2db)

v2.1.0

24 Nov 09:02
2ffb33a
Compare
Choose a tag to compare

2.1.0 (2020-11-24)

Features

v2.0.1

22 May 08:54
36a7e1d
Compare
Choose a tag to compare

2.0.1 (2020-05-22)

Bug Fixes

  • use plugin options for AWS config (#45) (36a7e1d)

v2.0.0

21 May 22:21
8eb1eab
Compare
Choose a tag to compare

2.0.0 (2020-05-21)

⚠ BREAKING CHANGES

  • you will need to give GetObject permissions to your IAM user, because the plugin now supports private buckets via pre-signed URLs (#43). See the README for an example policy.
  • the Url key doesn't exist on s3Object anymore. There is not a public URL for private buckets and file nodes are now sourced with pre-signed URLs that shouldn't be added to the schema.

Features

v1.2.0

14 Apr 08:06
ec9fc17
Compare
Choose a tag to compare

1.2.0 (2020-04-14)

Features

  • support sourcing from buckets with over 1000 objects (#20) (ec9fc17)

v1.1.1

04 Mar 20:33
585dd97
Compare
Choose a tag to compare

1.1.1 (2020-03-04)

Bug Fixes

v1.1.0

04 Mar 17:05
9638294
Compare
Choose a tag to compare

1.1.0 (2020-03-04)

Features

  • enable pulling from multiple buckets (#14) (9638294)

v1.0.1

12 Jan 18:57
de9cabf
Compare
Choose a tag to compare

1.0.1 (2020-01-12)

Bug Fixes

  • set public access to enable npm public release (#10) (de9cabf)