package awskit-s3

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Multipart.Upload_idSource

Sourcetype t

Opaque multipart upload id returned by S3.

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

Validate and wrap a multipart upload id.

Sourceval of_string_exn : string -> t

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

Sourceval to_string : t -> string

Return the upload id string.

Sourceval pp : Format.formatter -> t -> unit

Pretty-print the upload id.

Sourceval equal : t -> t -> bool

Compare two upload ids.