Foot note to @Luis
If you are using python you can add fields argument the presigned post like this
response = s3_client.generate_presigned_post("bucket",
object_name,
fields={"Content-Type": "application/octet-stream"},
ExpiresIn=3600)