标签: node.js amazon-web-services amazon-s3
我的s3存储桶中有10k个文件,我只想列出其键包含特定字符串的那些文件。
例如。 s3桶中有5个按键 abc_test_one.mp3 abc_test_two.mp3 abc_test1_one.mp3 abc_test2_one.mp3 abc_test_three.mp3
abc_test_one.mp3 abc_test_two.mp3 abc_test1_one.mp3 abc_test2_one.mp3 abc_test_three.mp3
在这里,我只想检索名称中包含test的密钥名称的密钥。 请提出一些解决方案。 提前谢谢。
test