buckets

@JvmName(name = "describeBucketsResponseBucketMetadata")
fun Flow<DescribeBucketsResponse>.buckets(): Flow<BucketMetadata>

This paginator transforms the flow returned by describeBucketsPaginated to access the nested member BucketMetadata

Return

A kotlinx.coroutines.flow.Flow that can collect BucketMetadata