S3Storage Class

.NET Framework 4.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...

Describes the S3 storage destination for a BundleTask when bundling a Windows instance.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.S3Storage

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public class S3Storage : Object

The S3Storage type exposes the following members

Constructors

  Name Description
Public Method S3Storage()

Properties

  Name Description
Public Property AWSAccessKeyId The Access Key ID of the owner of the Amazon S3 bucket.
Public Property Bucket The bucket in which to store the AMI. You can specify a bucket that you already own or a new bucket that Amazon EC2 creates on your behalf. If you specify a bucket that belongs to someone else, Amazon EC2 returns an error.
Public Property Prefix The prefix to use when storing the AMI in S3.
Public Property UploadPolicy A Base64-encoded Amazon S3 upload policy that gives Amazon EC2 permission to upload items into Amazon S3 on the user's behalf.
Public Property UploadPolicySignature The signature of the Base64 encoded JSON document.

Version Information

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

.NET for Windows Store apps:
Supported in: Windows 8

.NET for Windows Phone:
Supported in: Window Phone 8