Skip to content

Instantly share code, notes, and snippets.

@dhbradshaw
Created August 28, 2021 17:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dhbradshaw/1b583e5b187931595b700247d78c04e5 to your computer and use it in GitHub Desktop.
Save dhbradshaw/1b583e5b187931595b700247d78c04e5 to your computer and use it in GitHub Desktop.
import boto3
s3 = boto3.resource('s3')
bucket = s3.Bucket('my-bucket-name')
bucket.object_versions.filter(Prefix='my/key/prefix').delete()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment