Releases: jonelantha/gatsby-s3-action
Releases · jonelantha/gatsby-s3-action
v3.0.0
- Now using Node 20
- Package updates
v3 - latest release
- Copies a Gatsby site to the root of an AWS S3 bucket
- Sets cache headers as per Gatsby Spec
- Invalidates AWS CloudFront distribution
v2.1.0
- New feature: only-size-changed option, sync only files where size has changed since the last deployment. Can speed up deployments for larger sites, however in rare cases could miss files where the content changed without the file size changing (one character corrections for example). Defaults to 'false'
- Package updates
v2.0.1
Package updates
V2.0.0
- Updated to the node16 runtime by default
- This requires a minimum Actions Runner version of v2.285.0 to run, which is by default available in GHES 3.4 or later.
- Package updates
- CI updates
v1.3.5
Package updates
v1
- Copies a Gatsby site to the root of an AWS S3 bucket
- Sets cache headers as per Gatsby Spec
- Invalidates AWS CloudFront distribution
v1.3.4
- Package updates
- Readme update for Gatsby V4
v1.3.3
Package updates
v1.3.2
- Package updates
- Documentation update