【AWS S3 CLI FILTER EXPRESSIONS】Unexpected filtered files when using "--include" filter

0

I was trying to copy some files from s3://arxiv/src to my local machine for test. And I tried to use following command to copy the src dump files of January, 2015:

aws s3 cp s3://arxiv/src . --recursive --include "arXiv_src_1501_*.tar" --request-payer requester

However, I got files like

download: s3://arxiv/src/arXiv_src_0003_001.tar to ./arXiv_src_0003_001.tar        
download: s3://arxiv/src/arXiv_src_0005_001.tar to ./arXiv_src_0005_001.tar        
download: s3://arxiv/src/arXiv_src_0007_001.tar to ./arXiv_src_0007_001.tar         
download: s3://arxiv/src/arXiv_src_0006_001.tar to ./arXiv_src_0006_001.tar         
download: s3://arxiv/src/arXiv_src_0009_001.tar to ./arXiv_src_0009_001.tar         
download: s3://arxiv/src/arXiv_src_0008_001.tar to ./arXiv_src_0008_001.tar         
download: s3://arxiv/src/arXiv_src_0010_001.tar to ./arXiv_src_0010_001.tar         
download: s3://arxiv/src/arXiv_src_0011_001.tar to ./arXiv_src_0011_001.tar         
download: s3://arxiv/src/arXiv_src_0012_001.tar to ./arXiv_src_0012_001.tar         
download: s3://arxiv/src/arXiv_src_0101_001.tar to ./arXiv_src_0101_001.tar         
download: s3://arxiv/src/arXiv_src_0102_001.tar to ./arXiv_src_0102_001.tar         
download: s3://arxiv/src/arXiv_src_0103_001.tar to ./arXiv_src_0103_001.tar         
download: s3://arxiv/src/arXiv_src_0105_001.tar to ./arXiv_src_0105_001.tar         
download: s3://arxiv/src/arXiv_src_0104_001.tar to ./arXiv_src_0104_001.tar         
download: s3://arxiv/src/arXiv_src_0106_001.tar to ./arXiv_src_0106_001.tar         
download: s3://arxiv/src/arXiv_src_0107_001.tar to ./arXiv_src_0107_001.tar         
download: s3://arxiv/src/arXiv_src_0108_001.tar to ./arXiv_src_0108_001.tar

I am confused about this match pattern. Appreciate anyone that helps.

답변 없음

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠