oneleif / olWebsite-React

This project is the oneleif website React Front End, built to interact with our Vapor API: https://github.com/oneleif/VaporWebsite
https://oneleif.com
MIT License
12 stars 5 forks source link

Update AWS S3 Orb version to v3.0.0 #273

Closed arkus7 closed 2 years ago

arkus7 commented 2 years ago

AWS S3 Orb since v2.0.0 uses AWS CLI Orb v2.0 which executes commands/jobs on a image with Python 3.9-node installed.

See: https://github.com/CircleCI-Public/aws-s3-orb/blob/f71109b3f6f22783f42bc218d3e0ad43b1227143/src/@orb.yml See: https://github.com/CircleCI-Public/aws-cli-orb/blob/5240e11230c9548d6bd7ee61fef7ff87ca4fb3af/src/executors/default.yml

AWS S3 Orb v3.0.0 is the newest version available.

Fixes #272

0xLeif commented 2 years ago

Awesome! Thanks @arkus7 :raised_hands: