Skip to content

Releases: jakejarvis/s3-sync-action

v0.5.1

14 Jan 14:34
be0c4ab
Compare
Choose a tag to compare

Simple dependency bumps:

v0.5.0

24 Oct 18:28
0facb22
Compare
Choose a tag to compare
Default to us-east-1 region and clear credentials after sync is done.

v0.4.0

17 Oct 20:13
6358f33
Compare
Choose a tag to compare
  • PR #7: New environment variable to set destination directory in bucket other than root (thanks @rmcfadzean!)
  • PR #8: Ability to use a different S3 endpoint (thanks @DanielSinclair!)

v0.3.1

17 Sep 00:07
2fb81a9
Compare
Choose a tag to compare
Avoid whitespace issues in args with `sh -c`

v0.3.0

16 Sep 17:23
5e6e55a
Compare
Choose a tag to compare

The following non-breaking changes have been made in this version:

  • Cleaner method to set config using input variables using aws configure instead of ~/.aws/credentials and ~/.aws/config files.
  • No longer sets --delete and --follow-symlinks flags by default — this may have been self-centered of me! These can be configured by adding args: --delete --follow-symlinks to your personal workflow file.
  • SOURCE_DIR environment variable is no longer required. Defaults to the root of the repository if not set.

Please submit any problems or suggestions here!

v0.2.0: Custom arguments

05 Sep 13:43
1e4abea
Compare
Choose a tag to compare
  • Allows for arguments to be added to s3 sync in your own .yml file, like --acl public-read for websites. See README for example. (#2)
  • Bug fix: When this action came after another action that set AWS credentials in ~/.aws, making the same folder at the start of this action threw an error. (#1)

v0.1.1: Small updates

05 Sep 13:41
0473b49
Compare
Choose a tag to compare
Update license

v0.1.0: First release!

22 Aug 14:44
292d940
Compare
Choose a tag to compare

First release! As of now, the --delete flag is set, which means any files not present in your source directory will be removed from the S3 bucket. Will become opt-out in next release.