Package org.jets3t.service.model

Provides objects that model entities in S3 such as objects, buckets and owners.

See:
          Description

Class Summary
AWSDevPayProduct Class to contain information about an Amazon Web Services (AWS) S3 DevPay product.
BaseStorageItem Base class to represent storage items that can contain metadata: both objects and buckets.
BaseVersionOrDeleteMarker  
CreateBucketConfiguration Represents the location configuraton to be applied to a newly created Bucket.
GSBucket Represents a bucket in the Google Storage service.
GSBucketLoggingStatus Represents Bucket Logging Status settings used to control bucket-based Server Access Logging in Google Storage.
GSObject A Google Storage object.
GSOwner Represents a Google Storage owner object with a canonical ID and, optionally, a display name.
GSWebsiteConfig Represents the website configuration of a bucket
LifecycleConfig Represents the lifecycle configuraton of a bucket.
MissingStorageObject  
MultipartCompleted Represents a completed object resulting from a MultipartUpload operation.
MultipartPart Represents a Part of a MultipartUpload operation.
MultipartPart.PartNumberComparator  
MultipartUpload Represents a MultipartUpload operation.
MultipleDeleteResult Represents the result of multiple object delete requests.
NotificationConfig Represents the notification configuraton of a bucket
S3Bucket Represents an S3 bucket.
S3BucketLoggingStatus Represents Bucket Logging Status settings used to control bucket-based Server Access Logging in S3.
S3BucketVersioningStatus  
S3DeleteMarker  
S3Object An S3 object.
S3Owner Represents an S3 owner object with a canonical ID and, optionally, a display name.
S3Version An S3 version.
S3WebsiteConfig Represents the website configuration of a bucket
StorageBucket A generic storage bucket.
StorageBucketLoggingStatus Represents Bucket Logging Status settings used to control bucket-based Server Access Logging in S3.
StorageObject A generic storage object.
StorageOwner Represents an owner object with a canonical ID and, optionally, a display name.
ThrowableBearingStorageObject A perverted StorageObject subclass intended to error information along with basic object data through the existing JetS3t "plumbing", such as for cases where we need to return error information from low level methods without failing an operation by throwing an exception.
WebsiteConfig  
 

Package org.jets3t.service.model Description

Provides objects that model entities in S3 such as objects, buckets and owners.