Skip to content

Commit

Permalink
make tags public
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkharderdev committed Oct 20, 2023
1 parent 0ddffb1 commit f48c1d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion object_store/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ pub struct GetOptions {
#[derive(Debug, Default)]
pub struct PutOptions {
/// Key/Value metadata associated with the object
tags: HashMap<String, String>,
pub tags: HashMap<String, String>,
}

impl GetOptions {
Expand Down

0 comments on commit f48c1d6

Please sign in to comment.