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

Bump to aws-cli 2.x #20

Closed stephenh closed 3 years ago

stephenh commented 3 years ago

I'm using cimg/node:16.0.0 with an orb that transitive uses circleci/aws-s3 and hence circleci/aws-cli.

circleci/aws-cli 1.x doesn't work on cimg/node b/c of a python vs. python3 issue, but circleci/aws-cli 2.x works.

I can work around this by manually running aws-cli/setup first, before calling into aws-s3, but would be nice to bump.