Open queglay opened 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
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.
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.
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