Interface S3SecretStoreProvider

All Known Implementing Classes:
LocalS3StoreProvider

public interface S3SecretStoreProvider
S3 secret store provider.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.hadoop.ozone.om.S3SecretStore
    get(org.apache.hadoop.conf.Configuration conf)
    Create and return S3 secret store implementation from provided configuration.
  • Method Details

    • get

      org.apache.hadoop.ozone.om.S3SecretStore get(org.apache.hadoop.conf.Configuration conf) throws IOException
      Create and return S3 secret store implementation from provided configuration.
      Parameters:
      conf - Configuration instance.
      Returns:
      S3 secret store instance.
      Throws:
      IOException