AWS S3 POST Policy content-length-range doesn't work for exact file size match – Amazon Web Sevices
I'd like to add file size validation to our signed urls, making sure the client uploads a file of exactly the size I signed it with. However, when I do this : "conditions": [ {"acl": "public-read"}, .... , ["content-length-range", 1024,…