Multipart.Part_number_markerOpaque S3 ListParts part-number marker. Markers accept 0 as the position before part 1 and otherwise follow S3's 10,000-part limit.
val of_int : int -> (t, Awskit.Error.t) Stdlib.resultValidate and wrap a part-number marker.
val of_int_exn : int -> tLike of_int, but raises Awskit.Error.Awskit_error carrying the structured validation error on validation failure.
val to_int : t -> intReturn the raw marker.
val pp : Stdlib.Format.formatter -> t -> unitPretty-print the marker.