gpt4 book ai didi

amazon-web-services - AWS : Copy all files matching a path to an S3 bucket?

转载 作者:行者123 更新时间:2023-12-05 08:09:40 25 4
gpt4 key购买 nike

我想将当前目录中的所有 CSV 文件复制到我的 S3 存储桶中。我正在尝试:

aws s3 cp s3://mybucket --include '*.CSV'

但是我得到:

usage: aws [options] <command> <subcommand> [parameters]
aws: error: too few arguments

我正在阅读 the docs但是我看不到上传文件列表的例子。

如果我尝试:

aws s3 cp *.CSV s3://openprescribing

我得到:

Unknown options: file1.CSV,file2.CSV

有什么想法吗?文档还讨论了 sync 并包含文件列表示例,但我不清楚这是否意味着复制或同步文件。与 mv 相同,我怀疑这可能意味着在本地删除文件。

最佳答案

您需要在源模式周围添加双引号:aws s3 cp "*.CSV"s3://openprescribing

然后它应该工作。我以前也遇到过。

关于amazon-web-services - AWS : Copy all files matching a path to an S3 bucket?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33294451/

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