Pulling aws s3 buckets with their sizes using cloudquery

Is it possible to pull AWS S3 buckets with their bucket size?

@witty-mammal - Unfortunately, the S3 service doesn’t expose an API that returns the bucket size. There is a CloudWatch Metric that contains information about the size of the bucket, but it can be up to 24 hours old.

You can sync that data by syncing aws_cloudwatch_metrics and configuring the table_options parameter to specify the namespace you are interested in.
Information about the table_options can be found here: CloudQuery Documentation