Skip to content

Commit

Permalink
Fixed merge conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: Asif Sohail Mohammed <nsifmoh@amazon.com>
  • Loading branch information
asifsmohammed committed Jun 3, 2022
1 parent eb2bcca commit 093a9a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public void run() {
}

S3ObjectReference populateS3Reference(final S3EventNotification.S3EventNotificationRecord s3EventNotificationRecord) {
return new S3ObjectReference(s3EventNotificationRecord.getS3().getBucket().getName(),
return S3ObjectReference.fromBucketAndKey(s3EventNotificationRecord.getS3().getBucket().getName(),
s3EventNotificationRecord.getS3().getObject().getKey());
}

Expand Down

0 comments on commit 093a9a3

Please sign in to comment.