diff --git a/unit 1 images and clouds/index-S3-demo-spring18.html b/unit 1 images and clouds/index-S3-demo-spring18.html index e67406d..de9d4e2 100644 --- a/unit 1 images and clouds/index-S3-demo-spring18.html +++ b/unit 1 images and clouds/index-S3-demo-spring18.html @@ -106,7 +106,7 @@ Body: file, ACL: 'public-read' }; - var s = "https://s3.amazonaws.com/samplestarterbucketpring18/" + objKey; + var s = "https://s3.amazonaws.com/samplestarterbucketpring18/facebook-10204341770661507/catburrito.jpg" + objKey; console.log("IMAGE WILL LOAD " + s); bucket.putObject(params, function (err, data) {