Releases: Noelware/s3-action
Releases · Noelware/s3-action
v2.2.6
- 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
- Fix
ENOENT
errors when using thedirectories
action input (@auguwu)
Full Changelog: 2.2.4...2.2.5
v2.2.4
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
🐛 Fixes
- Fix
part-size
not being flexible, it will now coerce to a number instead of expecting a number (@auguwu)
v2.2.2
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 is15mb
v2.2.1
Additions
- Added
$(os)
and$(arch)
matchers forpath-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
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
Multipart upload support 🎉
v2.0.1
Fixes
- Forgot to add region to action inputs (@auguwu)
2.0.0
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
, andprefix
(@auguwu)
Updates
object-format
is replaced withpath-format
and has unit tests (@auguwu)access-key
is replaced withaccess-key-id
(@auguwu)
Deletions
- Removed
upload-this-branch
,use-wasabi
, andacl
inputs.object-format
has been replaced withpath-format
- Replace
use-wasabi: true
withendpoint: https://s3.wasabisys.com
acl
has been replaced withobject-acl