| Package | Description | 
|---|---|
| org.jclouds.aws.s3 | |
| org.jclouds.aws.s3.blobstore.options | |
| 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 | 
|---|---|
String | 
AWSS3Client.initiateMultipartUpload(String bucketName,
                       ObjectMetadata objectMetadata,
                       PutObjectOptions... options)
This operation initiates a multipart upload and returns an upload ID. 
 | 
com.google.common.util.concurrent.ListenableFuture<String> | 
AWSS3AsyncClient.initiateMultipartUpload(String bucketName,
                       ObjectMetadata objectMetadata,
                       PutObjectOptions... options)
Deprecated.  
  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AWSS3PutObjectOptions
Contains options supported in the AWS S3 REST API for the PUT object operation 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
S3Client.putObject(String bucketName,
         S3Object object,
         PutObjectOptions... options)
Store data by creating or overwriting an object. 
 | 
com.google.common.util.concurrent.ListenableFuture<String> | 
S3AsyncClient.putObject(String bucketName,
         S3Object object,
         PutObjectOptions... options)
Deprecated.  
  | 
| 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-2013 jclouds. All Rights Reserved.