s3-glob
Retrieve object list entries in S3 using minimatch-style globbing.
Features:
- Full support for minimatch-style syntax,
- Streaming output,
- Ready for piping into S3.getObject or S3.headObject.
var GlobStream = ; var stream = 's3://my-bucket/*.jpg' '!test*' ; stream;
var GlobStream = ; var stream = ;//...