get_object_list#
- torch_brain.utils.s3.get_object_list(bucket, prefix, s3_client=None)[source]#
List all object keys under a prefix (excludes directories).
- Parameters:
- Return type:
- Returns:
List of object keys (relative to the prefix)
- Raises:
RuntimeError – If listing fails
ImportError – If boto3/botocore is not installed.