Package | Description |
---|---|
org.jclouds.s3 |
This package contains an Amazon S3 client implemented by
HttpCommandExecutorService commands. |
org.jclouds.s3.options |
This package contains request options for S3 REST commands.
|
Modifier and Type | Method and Description |
---|---|
boolean |
S3Client.putBucketInRegion(String region,
String bucketName,
PutBucketOptions... options)
Create and name your own bucket in which to store your objects.
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
S3AsyncClient.putBucketInRegion(String region,
String bucketName,
PutBucketOptions... options) |
Modifier and Type | Method and Description |
---|---|
PutBucketOptions |
PutBucketOptions.withBucketAcl(CannedAccessPolicy acl)
Override the default ACL (private) with the specified one.
|
static PutBucketOptions |
PutBucketOptions.Builder.withBucketAcl(CannedAccessPolicy acl) |
Copyright © 2009-2013 jclouds. All Rights Reserved.