Skip to content

Commit

Permalink
VTX-3411: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fsdvh committed Dec 8, 2023
1 parent 88dd767 commit e46bade
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions object_store/src/parse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ impl From<Error> for super::Error {
}
}

/// Recognises various URL formats, identifying the relevant [`ObjectStore`](crate::ObjectStore)
/// Recognises various URL formats, identifying the relevant [`ObjectStore`](ObjectStore)
#[derive(Debug, Eq, PartialEq)]
enum ObjectStoreScheme {
/// Url corresponding to [`LocalFileSystem`](crate::local::LocalFileSystem)
/// Url corresponding to [`LocalFileSystem`](LocalFileSystem)
Local,
/// Url corresponding to [`InMemory`](crate::memory::InMemory)
/// Url corresponding to [`InMemory`](InMemory)
Memory,
/// Url corresponding to [`AmazonS3`](crate::aws::AmazonS3)
AmazonS3,
Expand Down

0 comments on commit e46bade

Please sign in to comment.