AWS SDK Version 4 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.S3.Model.CreatePresignedPostResponse

Namespace: Amazon.S3.Model
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z

Syntax

C#
public class CreatePresignedPostResponse

The CreatePresignedPostResponse type exposes the following members

Constructors

NameDescription
Public Method CreatePresignedPostResponse()

Initializes a new instance of the CreatePresignedPostResponse class.

Properties

NameTypeDescription
Public Property 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.

Public Property Url System.String

Gets the URL where the POST request should be submitted.

Version Information

.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