AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Response from creating a presigned POST request for S3. Contains the URL and form fields needed for a browser-based file upload directly to S3.
Namespace: Amazon.S3.Model
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z
public class CreatePresignedPostResponse
The CreatePresignedPostResponse type exposes the following members
Name | Description | |
---|---|---|
![]() |
CreatePresignedPostResponse() |
Initializes a new instance of the CreatePresignedPostResponse class. |
Name | Type | Description | |
---|---|---|---|
![]() |
Fields | System.Collections.Generic.Dictionary<System.String, System.String> |
Gets the form fields that must be included in the POST request. These fields contain the policy, signature, and other AWS-required parameters. |
![]() |
Url | System.String |
Gets the URL where the POST request should be submitted. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer