A simple Python CLI utility to list and recursively delete objects in an Amazon S3 bucket using specific credentials.
- List Objects: View all files under a specific S3 prefix (folder path).
- Recursive Delete: Remove an entire "directory" and its contents in one command.
- Safety Confirmation: Prompt for user confirmation before deleting files.
- Clone this repository or download the script.
- Install the required dependencies:
pip install -r requirements.txt