Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Will Jones <willjones127@gmail.com>
  • Loading branch information
roeap and wjones127 authored Aug 30, 2022
1 parent 63a74ca commit 0d655d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust/src/storage/s3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ fn get_web_identity_provider() -> Result<AutoRefreshingProvider<WebIdentityProvi

/// An S3 implementation of the [ObjectStore] trait
///
/// The backend can optionally use [dynamodb_lock] to better support concurrent
/// The backend can optionally use [dynamodb_lock] to better support concurrent writers.
pub struct S3StorageBackend {
inner: Arc<DynObjectStore>,
s3_lock_client: Option<S3LockClient>,
Expand All @@ -352,7 +352,7 @@ impl std::fmt::Display for S3StorageBackend {
}

impl S3StorageBackend {
/// Creates a new S3StorageBackend Trying to create lock client from options.
/// Creates a new S3StorageBackend, trying to create lock client from options.
///
/// Options are described in [s3_storage_options].
///
Expand Down

0 comments on commit 0d655d8

Please sign in to comment.