Skip to content

Commit

Permalink
Update DetectLabelsS3.java
Browse files Browse the repository at this point in the history
  • Loading branch information
scmacdon authored May 12, 2021
1 parent 8c0725d commit 86516ba
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ public static void getLabelsfromImage(RekognitionClient rekClient, String bucket

try {
S3Object s3Object = S3Object.builder()
.bucket("bucketscottfoo75")
.name("Lake.png")
.bucket(bucket)
.name(image)
.build() ;

Image myImage = Image.builder()
Expand Down

0 comments on commit 86516ba

Please sign in to comment.