Awskit_s3.RangeHTTP byte-range requests for S3 object reads.
val bytes : start:int64 -> finish:int64 -> (t, Awskit.Error.t) Stdlib.resultRange from start through inclusive finish.
val bytes_exn : start:int64 -> finish:int64 -> tLike bytes, but raises Awskit.Error.Awskit_error carrying the structured validation error on validation failure.
val from : int64 -> (t, Awskit.Error.t) Stdlib.resultRange from a starting byte offset through the end of the object.
val from_exn : int64 -> tLike from, but raises Awskit.Error.Awskit_error carrying the structured validation error on validation failure.
val suffix : int64 -> (t, Awskit.Error.t) Stdlib.resultRange for the final byte count of an object.
val suffix_exn : int64 -> tLike suffix, but raises Awskit.Error.Awskit_error carrying the structured validation error on validation failure.
val to_header : t -> stringRender the Range header value.
module Content_range : sig ... end