Skip to content

Commit

Permalink
Remove Redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Nov 20, 2024
1 parent 3ffea2c commit 0c47fb9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions cloudformation/lib/s3.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@ export default {
WebsiteConfiguration: {
IndexDocument: 'index.html',
ErrorDocument: 'index.html',

Check failure on line 17 in cloudformation/lib/s3.js

View workflow job for this annotation

GitHub Actions / test

Unexpected trailing comma
RoutingRules: [{
RoutingRuleCondition: {
HttpErrorCodeReturnedEquals: 404
},
RedirectRule: {
ReplaceKeyPrefixWith: cf.join([cf.ref('GitSha'), '/'])
}
}]
},
CorsConfiguration: {
CorsRules: [{
Expand Down

0 comments on commit 0c47fb9

Please sign in to comment.