multistore-cf-workers 0.1.1

Cloudflare Workers runtime adapters for the multistore S3 proxy gateway
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.

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::HttpConnector using the Fetch API
  • [JsBody] — zero-copy body wrapper around web_sys::ReadableStream
  • [WorkerBackend] — ProxyBackend implementation using the Fetch API
  • [WorkerSubscriber] — tracing::Subscriber routing to console.log
  • [NoopCredentialRegistry] — anonymous-only credential registry
  • Response helpers for building web_sys::Response from proxy results