Category: Python

Get All folders list from AWS S3

We use boto3 python library to access AWS S3. if you are running in databricks then replace line number 3 to 9 by this code “s3 = boto3.client(‘s3’)” import boto3

Read More »