Package org.jclouds.ec2.domain
Class BundleInstanceS3Storage
- java.lang.Object
-
- org.jclouds.ec2.domain.BundleInstanceS3Storage
-
public class BundleInstanceS3Storage extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getBucket()
String
getPrefix()
String
getUploadPolicy()
String
getUploadPolicySignature()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getBucket
public String getBucket()
-
getPrefix
public String getPrefix()
- Returns:
- Specifies the beginning of the file name of the AMI.
-
getUploadPolicy
public String getUploadPolicy()
- Returns:
- An Amazon S3 upload policy that gives Amazon EC2 permission to upload items into Amazon S3 on the user's behalf. For more information on bundling in Windows, go to the Amazon Elastic Compute Cloud Developer Guide and Amazon Elastic Compute Cloud Getting Started
-
getUploadPolicySignature
public String getUploadPolicySignature()
- Returns:
- The signature of the Base64 encoded JSON document.
-
-