chore: migrate to object_store
Move to the more modern and maintained object_store library to access generic buckets. We should be able also to do streaming of files now, and proceed by implementing paginated results for listings if we want. Fixes #1.
This commit is contained in:
parent
996be0f6df
commit
63029c8b8e
7 changed files with 409 additions and 455 deletions
|
@ -109,6 +109,11 @@ serves3
|
|||
|
||||
# Changelog
|
||||
|
||||
## 1.2.0
|
||||
|
||||
* Migrate to [object_store](https://crates.io/crates/object_store)
|
||||
* Bump dependencies
|
||||
|
||||
## 1.1.2
|
||||
|
||||
* Bump dependencies, adopt Rust 2024 edition
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue