//! [`S3VaultKeyStorage`](https://dev.bonsaidb.io/main/docs/bonsaidb_keystorage_s3/struct.S3VaultKeyStorage.html).
// This is a no-op, but it will cause a compiler error if we introduce additional encryption methods
async fn set_vault_key_for(&self, server_id: StorageId, key: KeyPair) -> Result<(), Error> {
async fn vault_key_for(&self, server_id: StorageId) -> Result<Option<KeyPair>, Self::Error> {