Tool to check duplication on a S3 bucket
  • JavaScript 100%
Find a file
2026-04-02 16:33:00 +07:00
lib Close logger on double SIGINT 2026-04-02 16:29:25 +07:00
.gitignore Initial commit 2026-03-31 19:30:22 +07:00
.nvmrc Make node v24 as node runtime 2026-04-01 22:15:59 +07:00
index.mjs Use winston as logger to console 2026-04-02 16:24:41 +07:00
LICENSE Initial commit 2026-03-31 19:30:22 +07:00
package-lock.json 0.1.4 2026-04-02 16:33:00 +07:00
package.json 0.1.4 2026-04-02 16:33:00 +07:00
README.md How to use on README 2026-04-02 11:23:22 +07:00
sample.env .env sample 2026-04-02 11:23:11 +07:00

s3-duplication-checker

Tool to check duplication on a S3 bucket.

Usage

$ s3-duplication-checker --help

Usage: s3-duplication-checker [options] [url]

Tool to check duplication on a S3 bucket.
See https://forgejo.kodesumber.com/adhisimon/s3-duplication-checker

Arguments:
  url                     S3 path to check for object duplication (can be set using AWS_ENDPOINT_URL environment variable)

Options:
  --access-key <string>   S3 access key (can be set using AWS_ACCESS_KEY_ID environment variable)
  --secret-key <string>   S3 secret key (can be set using AWS_SECRET_ACCESS_KEY environment variable)
  --bucket-name <string>  S3 bucket name
  -h, --help              display help for command