Package org.apache.hadoop.ozone.om.s3
Class LocalS3StoreProvider
java.lang.Object
org.apache.hadoop.ozone.om.s3.LocalS3StoreProvider
- All Implemented Interfaces:
S3SecretStoreProvider
Implementation of provider with local S3 secret store.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.ozone.om.S3SecretStoreget(org.apache.hadoop.conf.Configuration conf) Create and return S3 secret store implementation from provided configuration.
-
Constructor Details
-
LocalS3StoreProvider
-
-
Method Details
-
get
public org.apache.hadoop.ozone.om.S3SecretStore get(org.apache.hadoop.conf.Configuration conf) throws IOException Description copied from interface:S3SecretStoreProviderCreate and return S3 secret store implementation from provided configuration.- Specified by:
getin interfaceS3SecretStoreProvider- Parameters:
conf- Configuration instance.- Returns:
- S3 secret store instance.
- Throws:
IOException
-