Module Values.S3PresignedUrlSource

You can use presigned URLs to grant time-limited access to objects in Amazon S3 without updating your bucket policy. For more information, see Working with presigned URLs in the Amazon S3 User Guide.

Sourcetype nonrec t = {
  1. url : S3PresignedUrlUrlString.t;
    (*

    The presign url to the object.

    *)
  2. headers : Headers.t;
    (*

    A map of headers and their values. You must specify the Content-Type header when using PostWhatsAppMessageMedia. For a list of common headers, see Common Request Headers in the Amazon S3 API Reference

    *)
}
Sourceval context_ : string
Sourceval make : url:S3PresignedUrlUrlString.t -> headers:Headers.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of String_.t ] * [> `String of String_.t ]) list | `String of S3PresignedUrlUrlString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t