Back to articles
February 7, 2025
aws, aws-cli, awscli, canonicalId

AWS Canonical ID - get via command line (aws cli)

List S3 buckets with AWS CLI and get Canonical ID

aws s3api list-buckets --query Owner.ID --output text
Loading comments...