标签: node.js amazon-s3
我只想检索顶级对象。
object1/f1/ object2/s2/ object3/
我想只列出object1,object2,object3。知道怎么做到这一点?
答案 0 :(得分:-1)
s3.listObjects({Bucket: "bucket_name", Delimiter:"/"});
返回JSON repsonse,其中包含CommonPrefixes,它为我提供顶级对象