diff --git a/object_store/src/lib.rs b/object_store/src/lib.rs index decaf7096518..f2eff41dd496 100644 --- a/object_store/src/lib.rs +++ b/object_store/src/lib.rs @@ -705,7 +705,7 @@ pub struct GetOptions { #[derive(Debug, Default)] pub struct PutOptions { /// Key/Value metadata associated with the object - tags: HashMap, + pub tags: HashMap, } impl GetOptions {