无论如何,有使用aws cli复制csv内部存在的文件列表吗?

I have one folder called all-files on s3 bucket which has 35K files. I have one CSV file (errors.csv) which has 1K filenames and this filenames are sub-set of 35K filenames. I need to copy 1k files (which are from csv) from 35K all-files folder to some new folder called errors on same bucket.

反正有可能吗?如果是,怎么办?

I tried soemthing with cp command with include pattern but it seems does not support input from csv file.