Orian.Engine (Orian v0.1.0)

Copy Markdown View Source

Rust/Tokio transfer engine. Bytes never enter the BEAM.

Streaming PUT/GET with a process-wide connection pool. This is the 50–100× path versus copying whole objects through :httpc.

Summary

Functions

bulk(jobs, concurrency)

encode_get(bucket, key, dest, opts)

encode_put(bucket, key, path, opts)

get_file(bucket, key, dest, opts)

loaded?()

pipe(src_bucket, src_key, dst_bucket, dst_key, src_opts, dst_opts)

put_file(bucket, key, path, opts)