| Package | Description | 
|---|---|
| org.jclouds.aws.s3.blobstore.options | |
| 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 | Class and Description | 
|---|---|
| class  | AWSS3PutObjectOptionsContains options supported in the AWS S3 REST API for the PUT object operation | 
| Modifier and Type | Method and Description | 
|---|---|
| String | S3Client. initiateMultipartUpload(String bucketName,
                       ObjectMetadata objectMetadata,
                       PutObjectOptions... options)This operation initiates a multipart upload and returns an upload ID. | 
| String | S3Client. putObject(String bucketName,
         S3Object object,
         PutObjectOptions... options)Store data by creating or overwriting an object. | 
| Modifier and Type | Field and Description | 
|---|---|
| static PutObjectOptions | PutObjectOptions. NONE | 
| Modifier and Type | Method and Description | 
|---|---|
| PutObjectOptions | PutObjectOptions. withAcl(CannedAccessPolicy acl)Override the default ACL (private) with the specified one. | 
| static PutObjectOptions | PutObjectOptions.Builder. withAcl(CannedAccessPolicy acl) | 
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.