This package has been deprecated

Author message:

This module is no longer maintained. It is provided as is.

s3signed

0.1.0 • Public • Published

s3signed

Generate a temporary signed URL for a private object on S3.

Usage

First, confirm that your shell is configured with appropriate AWS credentials.

s3signed <s3 url> [seconds until expires]
  • s3url must be of the form s3://my-bucket/my/private/file
  • defaults to expire in 10 min if unspecified

Example

# Copy the signed URL to the clipboard on OSX
$ s3signed s3://my-bucket/my/private/file 3600 | pbcopy

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Published

Version History

  • Version
    Downloads (Last 7 Days)
    • Published

Package Sidebar

Install

npm i s3signed

Weekly Downloads

23,953

Version

0.1.0

License

ISC

Last publish

Collaborators

  • mapbox-admin