logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

AWS S3 Delete - Remove Empty S3 Buckets | Online Free DevTools by Hexmos

Delete empty AWS S3 buckets quickly with AWS S3 RB. Force delete buckets and objects using the command line interface. Free online tool, no registration required.

aws-s3-rb

Delete an empty S3 bucket. More information: https://docs.aws.amazon.com/cli/latest/reference/s3/rb.html.

  • Delete an empty S3 bucket:

aws s3 rb s3://{{bucket_name}}

  • Force delete an S3 bucket and its non-versioned objects (will crash if versioned objects are present):

aws s3 rb s3://{{bucket_name}} --force

See Also