brainsets.utils.s3_utils#

Generic S3 utilities for downloading data from public buckets.

get_cached_s3_client

Get a cached S3 client configured for anonymous access to public buckets.

get_object_list

List all object keys under a prefix (excludes directories).

download_prefix

Download all files matching a prefix pattern.

download_prefix_from_url

Download all files matching an S3 URL prefix pattern.