s3-check
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

S3 check

npm downloads

Check access to S3 using credentials

Run

npx s3-check -e <endpoint> -r <region> -a <access> -s <secret> -b <bucket>
  • -e, --endpoint <endpoint> - URL to endpoint e.g. https://s3.provider.store
  • -r, --region <region> - region e.g. us-east-1
  • -a, --access <access> - access key e.g. 31d4f5...
  • -s, --secret <secret> - secret key e.g. 986ac4...
  • -b, --bucket <bucket> - bucket name e.g. backup

Version

npx s3-check -v

Help

npx s3-chek -h

Development

Package Sidebar

Install

npm i s3-check

Weekly Downloads

0

Version

1.0.0

License

GPL-3.0

Unpacked Size

42.3 kB

Total Files

15

Last publish

Collaborators

  • nk.greeg