Skip to content

Simple go program for emptying an S3 bucket into your machine

License

Notifications You must be signed in to change notification settings

rlaakkol/bucketmv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

bucketmv

Simple service for syncing files from an S3 bucket with deletion.

Usage

  1. Set up your AWS credentials and region in a standard way
  2. Set the MV_BUCKET env variable with the bucket name
  3. OPTIONAL: Set MV_PATH to point to the directory where files are to be downloaded (default is cwd)
  4. Run bucketmv

Building for windows

GOOS=windows GOARCH=386 go build -o bucketmv.exe

About

Simple go program for emptying an S3 bucket into your machine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages