Skip to content

Commit

Permalink
fixup AllowedMethods
Browse files Browse the repository at this point in the history
The parameter AllowedMethods is invalid (must be: [HEAD, GET] or [HEAD, GET, OPTIONS] or [HEAD, DELETE, POST, GET, OPTIONS, PUT, PATCH]).
  • Loading branch information
jpsim committed Jun 27, 2017
1 parent 9e4de83 commit c3dc3f8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,13 @@ Resources:
ViewerProtocolPolicy: https-only
PathPattern: 'prod/*'
AllowedMethods:
- OPTIONS
- HEAD
- DELETE
- POST
- GET
- OPTIONS
- PUT
- PATCH
ForwardedValues:
QueryString: 'false'
Headers:
Expand Down

0 comments on commit c3dc3f8

Please sign in to comment.