Git Product home page Git Product logo

s3nc's Introduction

 @@@@@@   @@@@@@   @@@  @@@   @@@@@@@
@@@@@@@   @@@@@@@  @@@@ @@@  @@@@@@@@
!@@           @@@  @@!@!@@@  !@@
!@!           @!@  !@!!@!@!  !@!
!!@@!!    @!@!!@   @!@ !!@!  !@!
 !!@!!!   !!@!@!   !@!  !!!  !!!
     !:!      !!:  !!:  !!!  :!!
    !:!       :!:  :!:  !:!  :!:
:::: ::   :: ::::   ::   ::   ::: :::
:: : :     : : :   ::    :    :: :: :

Command line tool to synchronize two buckets by copying all modified objects
from one bucket to another in parallel for blazing speed (or around 300
objects/s on my machine using 100 threads).

Usage: s3nc.rb [options] SRC DST
    -n, --threads NUMBER             Use NUMBER of threads to copy (default 20)
    -p, --prefix PREFIX              Copy objects prefixed with PREFIX (default "")
    -a, --act ACL                    Copy objects with ACL [private,public-read,public-read-write,authenticated-read,bucket-owner-read,bucket-owner-full-control] (default public-read)
    -k, --key KEY                    Set Amazon Access KEY (default ENV['S3_KEY'])
    -s, --secret SECRET              Sets the Amazon Access SECRET (default ENV['S3_SECRET'])
    -u, --unsafe                     Use http (fast) instead of https (secure)
    -r, --reduced                    Use reduced redundancy storage (cheap) instead of standard (reliable)
    -c, --create                     Create the destination bucket if it does not already exist
    -y, --yes                        Don't ask to continue (useful for cron-jobs)
    -q, --quieter                    Not interested in the progress

## Examples

    $ s3nc myfrombucket mytobucket
    $ s3nc -n 100 myfrombucket mytobucket
    $ s3nc -n 100 -p /to-copy myfrombucket mytobucket

## Dependencies

* https://github.com/appoxy/aws
* https://github.com/grosser/parallel

    $ gem install aws parallel
    

s3nc's People

Contributors

slaskis avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.