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.