Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Enable Obj Storage Support for Azure/GCP/S3 (#24724)
In order for Edge to support other object stores besides the local file system we just needed to turn on the features in clap_blocks which handles all of the configuration needed to create an `Arc<dyn ObjectStore>` for us. We already were calling it's `make_object_store` function that did this and so it's a simple switch flip to turn it on. Closes: #24553
- Loading branch information