diff --git a/sample.js b/sample.js index 5d947ff..83d1c9d 100644 --- a/sample.js +++ b/sample.js @@ -16,7 +16,7 @@ // Load the SDK and UUID var AWS = require('aws-sdk'); -var uuid = require('node-uuid'); +var uuid = require('uuid'); // Create an S3 client var s3 = new AWS.S3();