package awskit-s3

  1. Overview
  2. Docs
S3 client core — objects, buckets, multipart, and policies

Install

dune-project
 Dependency

Authors

Maintainers

Sources

awskit-v0.2.0.tbz
sha256=b69c81378d08f443a276b947d9a2b45913495cb61b2ff3aa0ad74d6b071f32f8
sha512=50714b8eda6ea6e589eb34a305afdfa4870a5e8e4240c091ff5cecd309c21fdfda6163fb6449caad5cdaf800857369df5da0534d822cf152ac76fc16fb9216e5

doc/awskit-s3/Awskit_s3/module-type-RUNTIME/index.html

Module type Awskit_s3.RUNTIMESource

Runtime required by the S3 functor.

This extends Awskit.Runtime.S with S3-specific endpoint resolution configuration. Runtime adapters implement this once and then reuse the pure S3 operation functor.

include Awskit.Runtime.S
Sourcetype +'a t
Sourcetype connection
Sourcetype request_body
Sourcetype response_body
Sourcetype request_body_writer
Sourcetype response_body_reader
Sourcemodule IO : Awskit.Runtime.IO with type 'a t = 'a t
Sourcemodule Sleeper : Awskit.Runtime.Sleeper with type 'a io = 'a t and type connection = connection
Sourcemodule S3_endpoint : sig ... end