We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c64c73 commit 3638adcCopy full SHA for 3638adc
1 file changed
lambda/lambda_api_post_presigned.py
@@ -31,7 +31,7 @@ def lambda_handler(event, context):
31
Fields={"Content-Type": "image/jpg"},
32
Conditions=[
33
["starts-with", "$Content-Type", "image/"],
34
- ["content-length-range", 0, 100485760],
+ ["content-length-range", 0, 10485760],
35
],
36
ExpiresIn=3600,
37
)
0 commit comments