Amazon web services – S3 list versioned objects
I am using the following syntax to list versions in s3 using boto3. object_versions = s3.list_object_versions(Bucket=bucket_name) Strangely, it is not listing the objects with only one version left. Please see the screenshot below, i can see the objects on the…