Skip to content

amarula/s3-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

S3 Manager Tool

A simple Python CLI utility to list and recursively delete objects in an Amazon S3 bucket using specific credentials.

Features

  • 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.

Installation

  1. Clone this repository or download the script.
  2. Install the required dependencies:
    pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages