Skip to content

Commit

Permalink
Expose internal DynObjectStore (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron authored Jun 9, 2024
1 parent 8ed1da1 commit 6144879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion object-store-internal/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ impl PyClientOptions {
/// A generic object store interface for uniformly interacting with AWS S3, Google Cloud Storage,
/// Azure Blob Storage and local files.
pub struct PyObjectStore {
inner: Arc<DynObjectStore>,
pub inner: Arc<DynObjectStore>,
rt: Arc<Runtime>,
root_url: String,
options: Option<HashMap<String, String>>,
Expand Down

0 comments on commit 6144879

Please sign in to comment.