Package org.jclouds.s3.domain
Class CanonicalUser
java.lang.Object
org.jclouds.s3.domain.CanonicalUser
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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
read-only as is maintained by Amazon.getId()
To locate the CanonicalUser ID for a user, the user must perform theBaseBlobStore.list(String)
and retrieveBucketMetadata.getOwner()
int
hashCode()
void
setDisplayName
(String displayName) void
-
Constructor Details
-
CanonicalUser
public CanonicalUser() -
CanonicalUser
-
CanonicalUser
-
-
Method Details
-
getId
To locate the CanonicalUser ID for a user, the user must perform theBaseBlobStore.list(String)
and retrieveBucketMetadata.getOwner()
-
setId
-
getDisplayName
read-only as is maintained by Amazon. -
setDisplayName
-
hashCode
public int hashCode() -
equals
-