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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i s3signed

    Weekly Downloads

    24,790

    Version

    0.1.0

    License

    ISC

    Last publish

    Collaborators

    • mapbox-admin