We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd3525a commit fb7cf6dCopy full SHA for fb7cf6d
lib/package/s3/compileMethodsToS3.js
@@ -22,7 +22,7 @@ module.exports = {
22
RestApiId: this.provider.getApiGatewayRestApiId()
23
}
24
25
- event.http.partialContent = true;
+ event.http.partialContent = true
26
_.merge(
27
template,
28
this.getS3MethodIntegration(event.http),
@@ -89,8 +89,8 @@ module.exports = {
89
switch (http.action) {
90
case 'GetObject':
91
return {
92
- 'integration.request.header.Range': 'method.request.header.Range'
93
- }
+ 'integration.request.header.Range': 'method.request.header.Range'
+ }
94
case 'PutObject':
95
96
'integration.request.header.x-amz-acl': "'authenticated-read'",
0 commit comments