s3-signedurl-browser

1.1.0 • Public • Published

A command-line tool to that provides an interactive way to get signed S3 URLs for every object in a directory.

Imagine you have 20 files in a directory in S3. The bucket is private. You want to share them with someone unauthenticated.

S3 provides pre-signed URLs which can be used as temporary-use tokens for accessing objects.

This tool can help you generate them with minimum fuss.

Requirements

Node.js v6.9.0+

Installation

$ npm i -g s3-signedurl-browser

Usage

The AWS SDK must be able to authenticate, so have a valid AWS credentials file, or use environment variables.

$ s3-signedurl-browser and follow the steps...

Dependents (0)

Package Sidebar

Install

npm i s3-signedurl-browser

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

6.07 kB

Total Files

6

Last publish

Collaborators

  • g-wilson