2017 © Pedro Peláez
 

library s3bomber

Removes files listed in a mysql table from Amazon S3

image

benfuller/s3bomber

Removes files listed in a mysql table from Amazon S3

  • Wednesday, November 12, 2014
  • by benfuller
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

The Amazon S3 Bomber

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

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

Requirements

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

Installation

Clone & Pull The Repo On Something Running PHP 5, (*2)

Usage

php index.php server user pass db table column awskey awssecret awsbucket, (*3)

or use config file, (*4)

The Config File

The directory s3bomber-config contains a file called s3bomb-config.ini.example, (*5)

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

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

The Versions

12/11 2014

dev-master

9999999-dev

Removes files listed in a mysql table from Amazon S3

  Sources   Download

proprietary

The Requires

 

The Development Requires

by Avatar benfuller