Skip to content

Tags: afloyd/s3-site-sync

Tags

4.0.2

Toggle 4.0.2's commit message
Remove `engines` requirements

3.0.1

Toggle 3.0.1's commit message
3.0.1

→ Fix issue with CloudFront OriginPath

3.0.0

Toggle 3.0.0's commit message
3.0.0

→ Add step to invalidate distribution cache after pushing files
→ Update bluebird & aws-sdk libraries to latest
→ Refactor to use generator function

v1.2.2

Toggle v1.2.2's commit message
v1.2.2

→ Fix node-s3-client dependency URL

v1.2.1

Toggle v1.2.1's commit message
v1.2.1

→ Change to temporary fork of `node-s3-client` that enables usage of Cloudfront `OriginPath`

v1.2.0

Toggle v1.2.0's commit message
v1.2.0

→ Add ability to set `s3Options.Prefix` to upload to specific "folder" within S3 bucket. Will update the cloudfront distribution's "OriginPath" to this value also. Enables creating full "revisions" of a website within a single S3 bucket via the given `Prefix`

v1.1.0

Toggle v1.1.0's commit message
v1.1.0

→ Add ability to enforce "DefaultRootObject" syncronization with S3/Cloudfront

v1.0.2

Toggle v1.0.2's commit message
v1.0.2

→ Fix bugs with configuration when using as a module

v1.0.1

Toggle v1.0.1's commit message
v1.0.1

→ Update package.json references

v1.0.0

Toggle v1.0.0's commit message
v1.0.0

→ Enabled modularization in addition to CLI tool usage (breaking changes)
→ bug fixing