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
11 stars 20 forks source link

Unexpected argument(s): auth #61

Open queglay opened 2 days ago

queglay commented 2 days ago

Orb Version The version number of the orb

4.1.0

Describe the bug

I get this error when trying to use the orb with a hashicorp terraform circle ci image.

Error calling command: 'aws-s3/copy'
Unexpected argument(s): auth

To Reproduce

Try to use this orb with hashicorp/terraform:1.5.6

Expected behavior

The auth argument should not be an unexpected arg when following the docs https://circleci.com/developer/orbs/orb/circleci/aws-s3#usage-sync_and_copy_with_oidc

queglay commented 2 days ago

and removing the auth arg makes it work if I auth outside of the orb...

but then the vscode linter complains about missing an expected arg "auth" which we need to ignore.