Skip to content

Commit 3638adc

Browse files
committed
lambda-api-post-presig-content-len-fix
1 parent 7c64c73 commit 3638adc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lambda/lambda_api_post_presigned.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def lambda_handler(event, context):
3131
Fields={"Content-Type": "image/jpg"},
3232
Conditions=[
3333
["starts-with", "$Content-Type", "image/"],
34-
["content-length-range", 0, 100485760],
34+
["content-length-range", 0, 10485760],
3535
],
3636
ExpiresIn=3600,
3737
)

0 commit comments

Comments
 (0)