Commit 4e5ba49
authored
S3 size is optional (#286)
The `size` field can be empty. It just so happens marshaling uses Go's default which is `0`, so this doesn't show up as an error. But if you inspect the payload it can be empty.
Though not directly of concern to the go lib, without this it is causing calavera/aws-lambda-events#11.1 parent ba31528 commit 4e5ba49
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments