Module Multipart.Upload_id

type t

Opaque multipart upload id returned by S3.

val of_string : string -> (t, Awskit.Error.t) Stdlib.result

Validate and wrap a multipart upload id.

val of_string_exn : string -> t

Like of_string, but raises Awskit.Error.Awskit_error carrying the structured validation error on validation failure.

val to_string : t -> string

Return the upload id string.

val pp : Stdlib.Format.formatter -> t -> unit

Pretty-print the upload id.

val equal : t -> t -> bool

Compare two upload ids.