public static interface EncryptionKeyManager.WellKnownKeypathHook
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
fetchWellKnownPathMetadata()
Fetches the object metadata at the TierObjectStore-specific "well-known" path.
|
void |
writeWellKnownPathMetadata(Map<String,String> metadata)
Writes the provided metadata to the TierObjectStore-specific "well-known" path.
|