torch_brain.utils.s3#
Generic S3 utilities for downloading data from public buckets.
Get a cached S3 client configured for anonymous access to public buckets. |
|
Read a single S3 object into memory. |
|
List all object keys under a prefix (excludes directories). |
|
Download a single S3 object to a local file. |
|
Download all files matching a prefix pattern. |
|
Download all files matching an S3 URL prefix pattern. |