Package | Description |
---|---|
org.jclouds.s3.domain |
This package contains the core components of S3.
|
Modifier and Type | Method and Description |
---|---|
protected Collection<AccessControlList.Grant> |
AccessControlList.findGrantsForGrantee(String granteeId)
Find all the grants for a given grantee, identified by an ID which allows all Grantee types to
be searched.
|
List<AccessControlList.Grant> |
AccessControlList.getGrants() |
Set<AccessControlList.Grant> |
BucketLogging.getTargetGrants()
The bucket owner is automatically granted FULL_CONTROL to all logs delivered to the bucket.
|
Modifier and Type | Method and Description |
---|---|
int |
AccessControlList.Grant.compareTo(AccessControlList.Grant o) |
Constructor and Description |
---|
BucketLogging(String targetBucket,
String targetPrefix,
Iterable<AccessControlList.Grant> targetGrants) |
Copyright © 2009-2013 jclouds. All Rights Reserved.