Skip to content

Fetching the file in the S3 bucket

0

My bucket contains 80 customers geospatial data each customer have one directory. In the one directory have more than 50 directories. I am trying to go into the each file using python and boto3 but it is not working. I need help from this community. I need fetch the given file in the s3 bucket (More than 5 child directory in the root directory)

  • Could you provide more details? Do you get any errors when traversing through folders?

asked 3 years ago2.3K views
1 Answer
0

Are there any errors when running Python?
Also, if possible, would you be willing to share your Python code?

EXPERT
answered 3 years ago
  • No, I don't know how to write code to traverse in the s3 bucket folder structure using python. If you have any articles related to this can you share with me?

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.