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

3.1 version not available via orb registry #42

Closed markreynolds2 closed 1 year ago

markreynolds2 commented 1 year ago

Orb Version 3.1

Describe the bug Are there plans to release 3.1 officially? The circle hosted version is 3.0 ( https://circleci.com/developer/orbs/orb/circleci/aws-s3 ) and doesn't include the IAM role authentication arn option. If I try and use the newer release in my pipeline it fails.

To Reproduce

Use example code -

orbs: aws-s3: circleci/aws-s3@3.1

Circle gives and error -

"Cannot find circleci/aws-s3@3.1 in the orb registry. Check that the namespace, orb name and version are correct."

Expected behavior

Circleci will use correct version of the orb that supports role-arn as a parameter.

Additional context

brivu commented 1 year ago

Hey @markreynolds2,

I've cut a new release for this orb (v3.1.0) so you should be able to use the role-arn parameter now!

Hope that helps and let me know if there's anything else you need!

-Brian