Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 581 Bytes

PresignedPostFields.md

File metadata and controls

10 lines (7 loc) · 581 Bytes

# PresignedPostFields

Properties

Name Type Description Notes
policy string A base64-encoded policy detailing what constitutes an acceptable POST upload. Composed of the conditions and expiration provided to s3.createPresignedPost
x_amz_signature string A hex-encoded HMAC of the POST policy, signed with the credentials provided to the S3 client.

[Back to Model list] [Back to API list] [Back to README]