Skip to content

Releases: Noelware/s3-action

v2.2.6

18 Apr 20:51
Compare
Choose a tag to compare
  • Added debug statements to easily debug the action (@auguwu)
  • Improve error handling to include the stack in debug logging (@auguwu)
  • Fixed ENOENT error once more (@auguwu)

Full Changelog: 2.2.5...2.2.6

v2.2.5

18 Apr 13:52
Compare
Choose a tag to compare
  • Fix ENOENT errors when using the directories action input (@auguwu)

Full Changelog: 2.2.4...2.2.5

v2.2.4

18 Apr 12:52
Compare
Choose a tag to compare

This release is just to update the build of s3-action and updates all dependencies.

Full Changelog: 2.2.3...2.2.4

v2.2.3

19 Feb 07:59
Compare
Choose a tag to compare

🐛 Fixes

  • Fix part-size not being flexible, it will now coerce to a number instead of expecting a number (@auguwu)

v2.2.2

06 Jan 23:45
Compare
Choose a tag to compare

This release just cleans up code and update licenses year!

➕ Additions

  • Add part-size action argument to customise the part size to do (in megabytes). Default is 15mb

v2.2.1

11 Aug 08:09
01d9f50
Compare
Choose a tag to compare

Additions

  • Added $(os) and $(arch) matchers for path-format (@auguwu)

Dependencies

All dependencies from Renovate were updated and vulnerable ones were also updated.

Full Changelog: 2.2.0...2.2.1

v2.2.0

22 May 06:52
a626a78
Compare
Choose a tag to compare

This release brings updated dependencies (and updates to vulnerable ones also), and also provides better logging when checking the progress of a upload.

v2.1.0

18 Dec 01:39
Compare
Choose a tag to compare

Multipart upload support 🎉

v2.0.1

16 Dec 09:11
6908c6b
Compare
Choose a tag to compare

Fixes

  • Forgot to add region to action inputs (@auguwu)

2.0.0

11 Dec 11:28
68fa8f2
Compare
Choose a tag to compare

Additions

  • Add prefixing when uploading objects (@auguwu)
  • Add uploading files also, not just directories (@auguwu)
  • Project uses Yarn v3 (@auguwu)
  • Added new inputs: path-format, enforce-path-access-style, files, bucket-acl, object-acl, and prefix (@auguwu)

Updates

  • object-format is replaced with path-format and has unit tests (@auguwu)
  • access-key is replaced with access-key-id (@auguwu)

Deletions

  • Removed upload-this-branch, use-wasabi, and acl inputs.
    • object-format has been replaced with path-format
    • Replace use-wasabi: true with endpoint: https://s3.wasabisys.com
    • acl has been replaced with object-acl