-
- All Implemented Interfaces:
public interface S3ClientS3 API Wrapper
Wraps a specific S3 API implementation with a general wrapper so as not to tie the code in this library to any one implementation.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetDefaultRegion()abstract BucketContainergetBuckets()-
-
Method Detail
-
getDefaultRegion
abstract String getDefaultRegion()
-
getBuckets
abstract BucketContainer getBuckets()
-
-
-
-