Package | Description |
---|---|
org.jclouds.aws.s3 | |
org.jclouds.s3.blobstore | |
org.jclouds.s3.config |
This package contains modules who manage the dependencies of the S3Context, S3Client, and S3 Map views.
|
org.jclouds.walrus |
Modifier and Type | Interface and Description |
---|---|
interface |
AWSS3AsyncClient
Provides access to amazon-specific S3 features
|
Constructor and Description |
---|
S3AsyncBlobStore(BlobStoreContext context,
BlobUtils blobUtils,
ExecutorService service,
com.google.common.base.Supplier<Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends Location>> locations,
S3AsyncClient async,
S3Client sync,
BucketToResourceMetadata bucket2ResourceMd,
ContainerToBucketListOptions container2BucketListOptions,
BucketToResourceList bucket2ResourceList,
ObjectToBlob object2Blob,
BlobToHttpGetOptions blob2ObjectGetOptions,
BlobToObject blob2Object,
ObjectToBlobMetadata object2BlobMd,
Provider<FetchBlobMetadata> fetchBlobMetadataProvider,
com.google.common.cache.LoadingCache<String,AccessControlList> bucketAcls) |
Constructor and Description |
---|
S3BlobRequestSigner(RestAnnotationProcessor<S3AsyncClient> processor,
BlobToObject blobToObject,
BlobToHttpGetOptions blob2HttpGetOptions) |
Modifier and Type | Class and Description |
---|---|
class |
S3RestClientModule<S extends S3Client,A extends S3AsyncClient>
Configures the S3 connection, including logging and http transport.
|
Modifier and Type | Method and Description |
---|---|
static S3RestClientModule<S3Client,S3AsyncClient> |
S3RestClientModule.create() |
Modifier and Type | Interface and Description |
---|---|
interface |
WalrusAsyncClient |
Copyright © 2009-2012 jclouds. All Rights Reserved.