Package org.jclouds.s3.blobstore
Interface S3BlobStoreContext
- All Superinterfaces:
AutoCloseable
,BlobStoreContext
,Closeable
,View
- All Known Subinterfaces:
AWSS3BlobStoreContext
- All Known Implementing Classes:
AWSS3BlobStoreContextImpl
,S3BlobStoreContextImpl
-
Method Summary
Methods inherited from interface org.jclouds.blobstore.BlobStoreContext
close, getConsistencyModel, getSigner, utils
Methods inherited from interface org.jclouds.View
getBackendType, unwrap, unwrap, unwrapApi
-
Method Details
-
getBlobStore
S3BlobStore getBlobStore()- Specified by:
getBlobStore
in interfaceBlobStoreContext
- Returns:
- a portable interface for the BlobStore.
-