| Package | Description | 
|---|---|
| org.jclouds.s3 | This package contains an Amazon S3 client implemented by  HttpCommandExecutorServicecommands. | 
| 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. | 
| 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-2016 The Apache Software Foundation. All Rights Reserved.