SIgn URLs to access Amazon S3 in Nodejs
npm install amazon-s3-url-signer
var sig= require('amazon-s3-url-signer');
var bucket = sig.urlSigner('my key', 'my secret');
var url = bucket.getUrl('PUT', 'somefile.png', 'mybucketonotheraccount', 10);
Written by Dmytro Yashkir
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#S3
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#