benfuller/s3bomber

Removes files listed in a mysql table from Amazon S3

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/benfuller/s3bomber

dev-master 2014-11-12 04:44 UTC

This package is not auto-updated.

Last update: 2025-12-30 07:17:47 UTC


README

      ,__\!/
   __/   -*-
 ,BOOM.  /!\
 SBOMB3
 `BOOM'

Deletes objects from Amazon Simple Storage Server (S3) that are listed in a MySQL Table

Requirements

  1. PHP 5.2 or greater
  2. MySQL Database With Select & Delete

Installation

Clone & Pull The Repo On Something Running PHP 5

Usage

php index.php server user pass db table column awskey awssecret awsbucket

or use config file

The Config File

The directory s3bomber-config contains a file called s3bomb-config.ini.example

Remove the .example from that file name, edit it as needed with mysql credentials and table/column details

Don't forget to edit the ini file with the AWS Key, Secret, and S3 Bucket Name