79192555

Date: 2024-11-15 13:25:31
Score: 1.5
Natty:
Report link

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)
Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @Luis
  • Low reputation (1):
Posted by: Göktürk