2.1.1 • Published 1 year ago

@neoskop/s3surgeon v2.1.1

Weekly downloads
201
License
Apache-2.0
Repository
github
Last release
1 year ago

s3surgeon

Sync your files to AWS S3 with surgical precision.

Overview

When using aws s3 sync to synchronize local files with a S3 bucket, the CLI will only compare file sizes and timestamps. s3surgeon instead only compares the respective file hashes.

Quickstart

Install the CLI by installing the NPM package s3surgeon as a global dependency:

$ npm i -g s3surgeon

You can sync all files from the current directory to an S3 bucket like so:

$ s3surgeon \
    --access-key-id <access-key-id> \
    --secret-access-key <secret-access-key>
    --bucket <bucket-name>
Upload: foo.txt
Upload: foo/bar.bar

For a complete reference of available switches and options run:

$ s3surgeon -h

Non-AWS-Usage

For an example on how to use s3surgeon with MinIO instead of AWS S3 see docker-compose.yml

License

This project is under the terms of the Apache License, Version 2.0. A copy of this license is included with the sources.

2.1.1

1 year ago

2.1.0

1 year ago

2.0.0

2 years ago

1.1.1

3 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.5.0

4 years ago

0.5.1

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.3

4 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.2.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago