2017 © Pedro Peláez
 

library s3sync

Library that helps syncing with Amazon's S3.

image

jadb/s3sync

Library that helps syncing with Amazon's S3.

  • Sunday, February 10, 2013
  • by jadb
  • Repository
  • 1 Watchers
  • 2 Stars
  • 336 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

PHP S3 Sync

Install

For now, and though if can be done without, it's only explained how to install it using [Composer][1]., (*1)

Start by adding jadb/s3sync to your composer.json dependencies like so:, (*2)

{
    "require": {
        "jadb/s3sync": "*"
    }
}

Now update your dependencies:, (*3)

php composer.phar update

Setup

Setting it up is just about copying and customizing a file:, (*4)

cp vendor/amazonwebservices/aws-sdk-for-php/config-sample.inc.php aws.conf
vi aws.conf

Usage

To sync a directory relative/path/to/sync with the backups S3 bucket:, (*5)

./vendor/jadb/s3sync/src/s3sync backups relative/path/to/sync dry verbose

The shell is based on JadB\S3Sync, check it out and build your own scripts., (*6)

The Versions

10/02 2013

dev-master

9999999-dev http://github.com/jadb/php-s3sync

Library that helps syncing with Amazon's S3.

  Sources   Download

MIT

The Requires

 

amazon s3 upload sync

10/02 2013

0.1.0

0.1.0.0 http://github.com/jadb/php-s3sync

Library that helps syncing with Amazon's S3.

  Sources   Download

MIT

The Requires

 

amazon s3 upload sync