Skip to content

Commit

Permalink
Move object-store integration out of this repo (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron authored Oct 18, 2024
1 parent 246c135 commit c14dd05
Show file tree
Hide file tree
Showing 42 changed files with 9 additions and 2,277 deletions.
32 changes: 7 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 1 addition & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
[workspace]
members = [
"arro3-compute",
"arro3-core",
"arro3-io",
"object-store-rs",
"pyo3-arrow",
"pyo3-object_store",
]
members = ["arro3-compute", "arro3-core", "arro3-io", "pyo3-arrow"]
resolver = "2"

[workspace.package]
Expand Down
2 changes: 1 addition & 1 deletion arro3-io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ pyo3-async-runtimes = { workspace = true, features = [
"tokio-runtime",
], optional = true }
pyo3-file = { workspace = true }
pyo3-object_store = { path = "../pyo3-object_store", optional = true }
pyo3-object_store = { git = "https://github.com/developmentseed/object-store-rs", rev = "922b58ff784271345ce80342cf4cd6cddce61adf", optional = true }
thiserror = { workspace = true }
36 changes: 0 additions & 36 deletions object-store-rs/Cargo.toml

This file was deleted.

1 change: 0 additions & 1 deletion object-store-rs/README.md

This file was deleted.

20 changes: 0 additions & 20 deletions object-store-rs/pyproject.toml

This file was deleted.

4 changes: 0 additions & 4 deletions object-store-rs/python/object_store_rs/__init__.py

This file was deleted.

6 changes: 0 additions & 6 deletions object-store-rs/python/object_store_rs/_copy.pyi

This file was deleted.

4 changes: 0 additions & 4 deletions object-store-rs/python/object_store_rs/_delete.pyi

This file was deleted.

114 changes: 0 additions & 114 deletions object-store-rs/python/object_store_rs/_get.pyi

This file was deleted.

5 changes: 0 additions & 5 deletions object-store-rs/python/object_store_rs/_head.pyi

This file was deleted.

45 changes: 0 additions & 45 deletions object-store-rs/python/object_store_rs/_list.pyi

This file was deleted.

32 changes: 0 additions & 32 deletions object-store-rs/python/object_store_rs/_object_store_rs.pyi

This file was deleted.

21 changes: 0 additions & 21 deletions object-store-rs/python/object_store_rs/_put.pyi

This file was deleted.

Loading

0 comments on commit c14dd05

Please sign in to comment.