Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: James Bornholt <[email protected]>
  • Loading branch information
jamesbornholt committed Sep 14, 2023
1 parent 1cf6abd commit e9ce0ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mountpoint-s3-client/src/object_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ pub struct ObjectInfo {
pub storage_class: Option<String>,

/// Objects in flexible retrieval storage classes (such as GLACIER and DEEP_ARCHIVE) are only
/// acessable after restoration
/// accessible after restoration
pub restore_status: Option<RestoreStatus>,

/// Entity tag of this object.
Expand Down

0 comments on commit e9ce0ad

Please sign in to comment.