Alex Joseph
S3List
prefix
delimiter
S3List(config['input_bucket_name']).run(prefix=test, delimiter="/", max_items=10)
import boto3 client = boto3.client('s3') paginator = client.get_paginator('list_objects') result = paginator.paginate(Bucket=config['input_bucket_name'], Delimiter='/', Prefix=test) for prefix in result.search('CommonPrefixes'): print(prefix.get('Prefix'))
CommonPrefixes
Contents
nicholas
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.