Skip to content

Releases: airuleguy/s3-cp-action

v.1.1.3

12 Jun 15:39
Compare
Choose a tag to compare

Changelog

Removed

  • Removed the "grabs first match" part from coalescing file names with wildcards in them. Will work on that later.

v.1.1.2

12 Jun 15:23
Compare
Choose a tag to compare

Changelog

Fixed

  • Fixed an issue where execdir option is not available in ubuntu@latest. Swapped out for exec basedir.

v1.1.1

12 Jun 15:04
Compare
Choose a tag to compare

Changelog

Fixed

  • Now materializes filename if given ENV variable contains wildcards (grabs first match). For example, given FILE=artifact-v*.jar, and the file artifact-v1.1.1.jar present in SOURCE_PATH, then the script will upload explicitly artifact-v1.1.1.jar.

v1.1.0

12 Jun 02:26
6ebe462
Compare
Choose a tag to compare

Changelog

Added

  • Now source path and destination keys are also configurable via ENV variables. Checkout the readme for more info.

v1.0.3

12 Jun 01:46
ca08ba7
Compare
Choose a tag to compare

Changelog

Fixed

  • S3 bucket address was not being generated correctly. //missing. :(

v1.0.2

12 Jun 01:37
Compare
Choose a tag to compare

Changelog

Changed

  • Fixed a typo in action name.

v1.0.1

12 Jun 01:30
Compare
Choose a tag to compare

Changelog

Added

  • Added action.yaml, required to list this action in GitHub marketplace.

v1.0.0

12 Jun 01:20
8826a11
Compare
Choose a tag to compare

Initial release going up. Not much is configurable at this time, besides the file to upload (obviously) and AWS region.