Example usage for org.apache.hadoop.fs.s3a S3ClientFactory interface-usage

List of usage examples for org.apache.hadoop.fs.s3a S3ClientFactory interface-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.fs.s3a S3ClientFactory interface-usage.

Usage

From source file com.thinkbiganalytics.kylo.catalog.aws.MockS3ClientFactory.java

/**
 * Mock S3 client factory for testing.
 */
public class MockS3ClientFactory implements S3ClientFactory {

    static final Bucket BUCKET1 = AmazonS3Util.createBucket("bucket1");