Package org.jclouds.s3.domain

This package contains the core components of S3.

See:
          Description

Interface Summary
AccessControlList.GroupGranteeURI  
AccessControlList.Permission  
ListBucketResponse A container that provides namespace, access control and aggregation of S3Objects

Every object stored in Amazon S3 is contained in a bucket.

MutableObjectMetadata /** Amazon S3 is designed to store objects.
ObjectMetadata /** Amazon S3 is designed to store objects.
S3Object Amazon S3 is designed to store objects.
S3Object.Factory  
 

Class Summary
AccessControlList An Access Control List (ACL) describes the access control settings for a bucket or object in S3.
AccessControlList.CanonicalUserGrantee  
AccessControlList.EmailAddressGrantee  
AccessControlList.Grant  
AccessControlList.Grantee  
AccessControlList.GroupGrantee  
BucketLogging Each Amazon S3 bucket has an associated XML sub-resource that you can read and write in order to inspect or change the logging status for that bucket.
BucketMetadata System metadata of the S3Bucket
CanonicalUser Every bucket and object in Amazon S3 has an owner, the user that created the bucket or object.
ObjectMetadataBuilder Allows you to create ObjectMetadata objects.
 

Enum Summary
CannedAccessPolicy Description from Amazon's documentation:

Because of restrictions in what can be sent via http headers, Amazon S3 supports the concept of canned access policies for REST.

ObjectMetadata.StorageClass  
Payer Specifies who pays for the download and request fees.
 

Package org.jclouds.s3.domain Description

This package contains the core components of S3.

Author:
Adrian Cole
See Also:


Copyright © 2009-2011 jclouds. All Rights Reserved.