Skip to content

Commit

Permalink
websiteURL is now websiteUrl (#1483)
Browse files Browse the repository at this point in the history
  • Loading branch information
t0yv0 authored Aug 23, 2023
1 parent e97d3cd commit 9556176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-native-java-s3-folder/src/main/java/s3site/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ private static void stack(Context ctx) {
).build());

ctx.export("bucketName", siteBucket.bucketName());
ctx.export("websiteUrl", siteBucket.websiteURL());
ctx.export("websiteUrl", siteBucket.websiteUrl());
}

private static void forEachFileInTree(String siteDir, BiConsumer<Path, String> consumer) {
Expand Down

0 comments on commit 9556176

Please sign in to comment.