Socket
Socket
Sign inDemoInstall

s3signed

Package Overview
Dependencies
1
Maintainers
22
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    s3signed

Generate a signed S3 URL


Version published
Maintainers
22
Install size
56.1 MB
Created

Readme

Source

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

FAQs

Last updated on 25 Nov 2014

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc