S3 storage configuration

C# |
public class S3Storage

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | S3Storage()()()() | Initializes a new instance of the S3Storage class |
![]() | AWSAccessKeyId |
The Access Key ID of the owner of the Amazon S3 bucket.
|
![]() | 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.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | IsSetAWSAccessKeyId()()()() |
Checks if AWSAccessKeyId property is set
|
![]() | IsSetBucket()()()() |
Checks if Bucket property is set
|
![]() | IsSetPrefix()()()() |
Checks if Prefix property is set
|
![]() | IsSetUploadPolicy()()()() |
Checks if UploadPolicy property is set
|
![]() | IsSetUploadPolicySignature()()()() |
Checks if UploadPolicySignature property is set
|
![]() | Prefix |
The beginning of the file name of the AMI.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UploadPolicy |
A Base64-encoded Amazon S3 upload policy that gives Amazon EC2
permission to upload items into Amazon S3 on the user's behalf.
|
![]() | UploadPolicySignature |
The signature of the Base64 encoded JSON document.
|
![]() | WithAWSAccessKeyId(String) | Obsolete.
Sets the Access Key ID of the owner of the Amazon S3 bucket.
|
![]() | WithBucket(String) | Obsolete.
Sets the bucket in which to store the AMI.
|
![]() | WithPrefix(String) | Obsolete.
Sets the beginning of the file name of the AMI.
|
![]() | WithUploadPolicy(String) | Obsolete.
Sets a Base64-encoded Amazon S3 upload policy that gives Amazon EC2
permission to upload items into Amazon S3 on the user's behalf.
|
![]() | WithUploadPolicySignature(String) | Obsolete.
Sets the signature of the Base64 encoded JSON document.
|

Object | |
![]() | S3Storage |