Generate a signed S3 URL
npm install @mapbox/s3signed🌇 As of January 2020, this module is deprecated. It is provided as-is, with no warranty. We are not accepting new bugfixes or feature requests at this time.
Generate a temporary signed URL for a private object on S3.
```
npm install -g @mapbox/s3signed
First, confirm that your shell is configured with appropriate AWS credentials.
``
s3signed
- s3url must be of the form s3://my-bucket/my/private/file
- defaults to expire in 10 min if unspecified
```Copy the signed URL to the clipboard on OSX
$ s3signed s3://my-bucket/my/private/file 3600 | pbcopy