NowanIlfideme / pydantic-cereal

Advanced serialization for Pydantic v2
MIT License
5 stars 0 forks source link

Cloud Storage Support #26

Closed NowanIlfideme closed 7 months ago

NowanIlfideme commented 7 months ago

We definitely want to support different cloud storages. fsspec already allows this, but we want to write some tests that make sure it's possible to run. However, running tests locally should work without these cloud credentials.

Create tests in Google Cloud Storage, add project keys to secrets, etc.