I have a structure like: test which is a bucket name border folder config folder feed folder and then feed1.txt and feed2.txt files inside it. I want to iterate through feed folder.How can I do that? test/border/config/feed/feed1.txt,feed2.txt
Asked
Active
Viewed 2,049 times
1
-
You can use AWS Boto library. – Shivkumar Mallesappa Jan 31 '20 at 05:03
-
I know we can use boto library,but I am asking a specific command. – Vilas Jan 31 '20 at 05:21
-
If you know which command I can use in my use case,please let me know – Vilas Jan 31 '20 at 05:23
-
2Does this answer your question? [Listing contents of a bucket with boto3](https://stackoverflow.com/questions/30249069/listing-contents-of-a-bucket-with-boto3) – Shivkumar Mallesappa Jan 31 '20 at 05:25