Skip to content

johanneswuerbach/s3sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Faster S3 sync

s3cmd is slow, aws-cli can't handle prefixes, we can do better.

Build

Building requires glide and go 1.6+ to be installed.

$ make dependencies
$ make build

Usage

# Sync all objects to from my-bucket starting with my-prefix to dest-folder
$ s3sync s3://my-bucket/my-prefix dest-folder
# Server-side copy bucket A to bucket B
$ s3sync s3://A/my-prefix s3://B

About

s3cmd is slow, aws-cli can't handle prefixes, we can do better.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published