Reputation: 18838
I have a bucket on aws and I wanna download top 100 of files inside the specified bucket. I can get one specific file using s3cmd
likes the following:
s3cmd get s3://bucket_name/file_name.m4a
How to get 100 of them using a command? Is there any option for the get?
Upvotes: 0
Views: 421