Skip to content

Commit

Permalink
Expose internal DynObjectStore
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Feb 26, 2024
1 parent 445e9d7 commit 4900bcc
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 @@ -473,7 +473,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 4900bcc

Please sign in to comment.