package aws-s3

  1. Overview
  2. Docs

S3 commands

module Make (Compat : Types.Compat) : sig ... end

S3 command type. If retries is set, then the system will retry if the command is throttled using exponential backoff.

module Test : sig ... end