docs.rs failed to build multistore-cf-workers-0.1.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Cloudflare Workers runtime adapters for the multistore S3 proxy gateway.
This crate provides reusable runtime primitives for running a multistore proxy on Cloudflare Workers:
- [
FetchConnector] —object_store::client::HttpConnectorusing the Fetch API - [
JsBody] — zero-copy body wrapper aroundweb_sys::ReadableStream - [
WorkerBackend] —ProxyBackendimplementation using the Fetch API - [
WorkerSubscriber] —tracing::Subscriberrouting toconsole.log - [
NoopCredentialRegistry] — anonymous-only credential registry - Response helpers for building
web_sys::Responsefrom proxy results