Package org.jclouds.s3.domain
Class BucketMetadata
java.lang.Object
org.jclouds.s3.domain.BucketMetadata
- All Implemented Interfaces:
Comparable<BucketMetadata>
System metadata of the S3Bucket
-
Constructor Details
-
BucketMetadata
-
-
Method Details
-
getOwner
Every bucket and object in Amazon S3 has an owner, the user that created the bucket or object. The owner of a bucket or object cannot be changed. However, if the object is overwritten by another user (deleted and rewritten), the new object will have a new owner. -
getCreationDate
-
getName
To comply with Amazon S3 requirements, bucket names must: Contain lowercase letters, numbers, periods (.), underscores (_), and dashes (-) Start with a number or letter Be between 3 and 255 characters long Not be in an IP address style (e.g., "192.168.5.4") -
compareTo
- Specified by:
compareTo
in interfaceComparable<BucketMetadata>
-
hashCode
public int hashCode() -
equals
-