0.0.11 • Published 4 years ago

@msessa/find-s3-objects-by-acl v0.0.11

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

find-s3-objects-by-acl

Scan a S3 bucket recursively and print objects matching one or more ACLs

Pre-requisites

  • Node.js version 14.17 or above
  • Valid AWS credentials and region configured in your shell

Installation

As global package

npm install -g @msessa/find-s3-objects-by-acl
find-s3-objects-by-acl --help

With npx

npx @msessa/find-s3-objects-by-acl --help

Usage

find-s3-objects-by-acl
> Scan a S3 bucket recursively and print objects matching the selected ACLs

ARGUMENTS:
  <bucket> - target S3 bucket

OPTIONS:
  --prefix <str>   - object prefix for recursive scanning [optional]
  --acl <str>      - object ACL to match, can be repeated multiple times (default: public-read,public-write)
  --output <value> - output format (default: tsv) [optional]

FLAGS:
  --help, -h - show help
0.0.10

4 years ago

0.0.11

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago