Closed
Description
Describe the bug
Summary
After running pip install awscli
which automatically installed version 1.40.21
, the copy command is not working in my CI/CD pipeline running on CircleCI:
aws s3 cp s3://my-bucket/path/ ./ --recursive
Regression Issue
- Select this option if this issue appears to be a regression.
Expected Behavior
Files should be copied to a specified directory given an S3 URI
Current Behavior
Files are NOT being copied to the directory I specified.
Reproduction Steps
aws s3 cp s3://my-bucket/path/ ./ --recursive
Possible Solution
No response
Additional Information/Context
No response
CLI version used
1.40.21
Environment details (OS name and version, etc.)
Circle CI