Simple service for syncing files from an S3 bucket with deletion.
- Set up your AWS credentials and region in a standard way
- Set the MV_BUCKET env variable with the bucket name
- OPTIONAL: Set MV_PATH to point to the directory where files are to be downloaded (default is cwd)
- Run
bucketmv
GOOS=windows GOARCH=386 go build -o bucketmv.exe