
Security News
Vite+ Joins the Push to Consolidate JavaScript Tooling
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
@neoskop/s3surgeon
Advanced tools
Sync your files to AWS S3 with surgical precision.
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.
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
For an example on how to use s3surgeon
with MinIO instead of AWS S3 see docker-compose.yml
This project is under the terms of the Apache License, Version 2.0. A copy of this license is included with the sources.
FAQs
Sync your files to AWS S3 with surgical precision.
The npm package @neoskop/s3surgeon receives a total of 30 weekly downloads. As such, @neoskop/s3surgeon popularity was classified as not popular.
We found that @neoskop/s3surgeon demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 9 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
Security News
Ruby Central’s incident report on the RubyGems.org access dispute sparks backlash from former maintainers and renewed debate over project governance.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.