Using the AWS CLI, how do I output a most recent VersionId string of an S3 object?
Simplifying @rynop's command:
aws s3api list-object-versions --bucket us-east-1--aws-blueprint.mydomain.com --prefix my/object/key.ext --query 'Versions[?IsLatest].[VersionId]' --output text