CircleCI-Public / aws-s3-orb

Integrate Amazon AWS S3 with your CircleCI CI/CD pipeline easily with the aws-s3 orb.
https://circleci.com/orbs/registry/orb/circleci/aws-s3
MIT License
10 stars 20 forks source link

Upgrade to AWS CLI v2 and remove pip check [semver:major] #17

Closed kbravh closed 3 years ago

kbravh commented 3 years ago

I've updated the orb config file to point to the aws-cli 1.3.0 orb, which uses the new AWS CLI v2. I've removed the pip check command as the new CLI comes packaged with Python already, and the aws-cli orb also does its own check.

Based on comments in other issues, this will be considered a major release.

Closes #15.