AWS SDK Nodejs
1. Install or include the Amazon S3 SDK
e.g. with npm
2. Import the S3 client
3. Create client object with MT credentials
4. List objects and log to console
5. Upload an object
6. Get URL that points to an object
The getSignedUrl
function creates a cryptographically signed url. No contact with the gateway is needed here; this happens instantaneously.