Skip to content

aws s3 cp not working #9507

Closed
Closed
@tristanoprofetto

Description

@tristanoprofetto

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

Metadata

Metadata

Labels

bugThis issue is a bug.closed-for-stalenessp2This is a standard priority issueresponse-requestedWaiting on additional info and feedback. Will move to "closing-soon" in 7 days.s3

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions