AWS SDK Version 3 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.

This class represents S3 upload policy. Policy string representaion and signature to be used within EC2 bundling API.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Util.S3UploadPolicy

Namespace: Amazon.EC2.Util
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z

Syntax

C#
public class S3UploadPolicy

The S3UploadPolicy type exposes the following members

Constructors

NameDescription
Public Method S3UploadPolicy(string, string, string, int)

S3 Upload policy to be used by EC2 API.

Properties

NameTypeDescription
Public Property PolicySignature System.String

Policy signature in base64 format Use signature generated by this method for passing to EC2 bunding calls along with policy.

Public Property PolicyString System.String

Base64 representation of the serialized policy. Use policy generated by this method for passing to EC2 bunding calls.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5