Skip to content

Commit

Permalink
Remove unnecessary pub
Browse files Browse the repository at this point in the history
  • Loading branch information
lusingander committed Sep 10, 2024
1 parent 5bd9a71 commit 9dab95c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use crate::{
const DELIMITER: &str = "/";

pub struct Client {
pub client: aws_sdk_s3::Client,
client: aws_sdk_s3::Client,
region: String,
bucket_region_cache: SimpleStringCache,
}
Expand Down

0 comments on commit 9dab95c

Please sign in to comment.