Errro when trying to copy from S3 using AWS CLI 2 the following arguments are required: paths

Viewed 9076

I am trying to download files from S3 bucket I am using AWS CLI 2 and I am getting the following error. Not sure what "paths" is

aws s3 cp s3://my-bucket/my-folder --exclude "*" --include "*2020-06*" --recursive --profile mfa --region us-east-1

usage: aws [options] <command> <subcommand> [<subcommand> ...] [parameters]
To see help text, you can run:

  aws help
  aws <command> help
  aws <command> <subcommand> help
aws: error: the following arguments are required: paths
1 Answers
Related