gpt4 book ai didi

amazon-s3 - 有没有办法使用aws cli检查s3中是否存在文件夹?

转载 作者:行者123 更新时间:2023-12-03 18:34:59 25 4
gpt4 key购买 nike

假设我有一个名为 Test 的存储桶,其中包含 Alpha/TestingOne,Alpha/TestingTwo 文件夹。我想使用 aws cli 检查我的存储桶中是否存在名为 Alpha/TestingThree 的文件夹。我确实尝试过 aws
s3api head-object --bucket Test --key Alpha/TestingThree
但似乎 head-object 是用于 files 而不是 folders 。那么有没有办法使用 aws cli api 检查 aws s3 中是否存在文件夹。

最佳答案

使用 aws cli,

aws s3 ls s3://Test/Alpha/TestingThree
如果存在,则显示如下,否则不返回任何内容。
                           PRE TestingThree
请注意,S3 是扁平结构(实际上没有像目录那样的层次结构)。 https://docs.aws.amazon.com/AmazonS3/latest/user-guide/using-folders.html

关于amazon-s3 - 有没有办法使用aws cli检查s3中是否存在文件夹?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56961533/

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