Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorgan committed Sep 25, 2024
1 parent fc794d9 commit c2532a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/src/types/capability.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ pub struct Capability {
pub stat_with_override_content_disposition: bool,
/// if operator supports stat with override content type.
pub stat_with_override_content_type: bool,
/// if operator supports stat with versioning.
/// if operator supports stat with version.
pub stat_with_version: bool,

/// If operator supports read.
Expand All @@ -82,7 +82,7 @@ pub struct Capability {
pub read_with_override_content_disposition: bool,
/// if operator supports read with override content type.
pub read_with_override_content_type: bool,
/// if operator supports read with versioning.
/// if operator supports read with version.
pub read_with_version: bool,

/// If operator supports write.
Expand Down Expand Up @@ -123,7 +123,7 @@ pub struct Capability {

/// If operator supports delete.
pub delete: bool,
/// if operator supports delete with versioning.
/// if operator supports delete with version.
pub delete_with_version: bool,

/// If operator supports copy.
Expand All @@ -140,7 +140,7 @@ pub struct Capability {
pub list_with_start_after: bool,
/// If backend supports list with recursive.
pub list_with_recursive: bool,
/// if operator supports list with versioning.
/// if operator supports list with version.
pub list_with_version: bool,

/// If operator supports presign.
Expand Down

0 comments on commit c2532a6

Please sign in to comment.