Class LocalS3StoreProvider

java.lang.Object
org.apache.hadoop.ozone.om.s3.LocalS3StoreProvider
All Implemented Interfaces:
S3SecretStoreProvider

public class LocalS3StoreProvider extends Object implements S3SecretStoreProvider
Implementation of provider with local S3 secret store.
  • Constructor Details

  • Method Details

    • get

      public org.apache.hadoop.ozone.om.S3SecretStore get(org.apache.hadoop.conf.Configuration conf) throws IOException
      Description copied from interface: S3SecretStoreProvider
      Create and return S3 secret store implementation from provided configuration.
      Specified by:
      get in interface S3SecretStoreProvider
      Parameters:
      conf - Configuration instance.
      Returns:
      S3 secret store instance.
      Throws:
      IOException