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

[semver:minor] Add new param for skip aws setup: #31

Closed cesarcelism closed 2 years ago

cesarcelism commented 2 years ago

Add optional aws-cli setup

Reported Issue #29

pinglamb commented 2 years ago

According to the other "official" orb aws-eks, the parameter is named: install-aws-cli: https://github.com/CircleCI-Public/aws-eks-orb/blob/master/src/commands/update-kubeconfig-with-authenticator.yml#L70

cesarcelism commented 2 years ago

PR updated: rename skip flag to install-aws-cli

brivu commented 2 years ago

Hey @cesarcelism,

I am doing a rewrite of this orb and have included this feature in PR #36. Thanks for you contribution!

Best, Brian