定制 jadb/s3sync 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

jadb/s3sync

最新稳定版本:0.1.0

Composer 安装命令:

composer require jadb/s3sync

包简介

Library that helps syncing with Amazon's S3.

README 文档

README

Install

For now, and though if can be done without, it's only explained how to install it using Composer.

Start by adding jadb/s3sync to your composer.json dependencies like so:

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

Now update your dependencies:

php composer.phar update

Setup

Setting it up is just about copying and customizing a file:

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:

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

统计信息

  • 总下载量: 347
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2013-02-10