gpt4 book ai didi

aws-cli - 尝试使用 AWS CLI 2 从 S3 复制时出错,需要以下参数 : paths

转载 作者:行者123 更新时间:2023-12-04 12:10:06 26 4
gpt4 key购买 nike

我正在尝试从 S3 存储桶下载文件我正在使用 AWS CLI 2,但出现以下错误。不确定“路径”是什么

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

最佳答案

aws s3 cp的用法是:

aws s3 cp <LocalPath> <S3Uri> or <S3Uri> <LocalPath> or <S3Uri> <S3Uri>
您需要指定您的 <LocalPath> , 它应该是:
aws s3 cp s3://my-bucket/my-folder YOUR_LOCAL_PATH ...
引用: https://docs.aws.amazon.com/cli/latest/reference/s3/cp.html

关于aws-cli - 尝试使用 AWS CLI 2 从 S3 复制时出错,需要以下参数 : paths,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63184935/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com