awswrangler.s3.list_vector_buckets¶
- awswrangler.s3.list_vector_buckets(prefix: str | None = None, *, boto3_session: Session | None = None) list[dict[str, Any]]¶
List all Amazon S3 Vectors buckets in the account/region (paginates internally).
- Parameters:
prefix (
str|None) – Optional name prefix filter.boto3_session (
Session|None) – The default boto3 session will be used if boto3_session isNone.
- Return type:
list[dict[str,Any]]- Returns:
List of vector bucket summaries (each a dict with
vectorBucketName,vectorBucketArn,creationTime).