| Package | Description |
|---|---|
| org.jclouds.s3 |
This package contains an Amazon S3 client implemented by
HttpCommandExecutorService commands. |
| org.jclouds.s3.blobstore | |
| org.jclouds.s3.config |
This package contains modules who manage the dependencies of the S3Context, S3Client, and S3 Map views.
|
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.reflect.TypeToken<org.jclouds.rest.RestContext<? extends S3Client,? extends S3AsyncClient>> |
S3ApiMetadata.CONTEXT_TOKEN
Deprecated.
please use
org.jclouds.ContextBuilder#buildClient(S3Client.class) as
S3AsyncClient interface will be removed in jclouds 1.7. |
| Modifier and Type | Class and Description |
|---|---|
class |
S3BlobRequestSigner<T extends S3AsyncClient> |
| Constructor and Description |
|---|
S3AsyncBlobStore(org.jclouds.blobstore.BlobStoreContext context,
org.jclouds.blobstore.util.BlobUtils blobUtils,
com.google.common.util.concurrent.ListeningExecutorService userExecutor,
com.google.common.base.Supplier<org.jclouds.domain.Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends org.jclouds.domain.Location>> locations,
S3AsyncClient async,
S3Client sync,
com.google.common.base.Function<Set<BucketMetadata>,org.jclouds.blobstore.domain.PageSet<? extends org.jclouds.blobstore.domain.StorageMetadata>> convertBucketsToStorageMetadata,
ContainerToBucketListOptions container2BucketListOptions,
BucketToResourceList bucket2ResourceList,
ObjectToBlob object2Blob,
org.jclouds.blobstore.functions.BlobToHttpGetOptions blob2ObjectGetOptions,
BlobToObject blob2Object,
ObjectToBlobMetadata object2BlobMd,
javax.inject.Provider<org.jclouds.blobstore.strategy.internal.FetchBlobMetadata> fetchBlobMetadataProvider,
com.google.common.cache.LoadingCache<String,AccessControlList> bucketAcls)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
S3RestClientModule<S extends S3Client,A extends S3AsyncClient>
Configures the S3 connection, including logging and http transport.
|
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.