Values.S3PresignedUrlSourceYou 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.
type nonrec t = {url : S3PresignedUrlUrlString.t;The presign url to the object.
*)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
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of String_.t ] * [> `String of String_.t ]) list
| `String of S3PresignedUrlUrlString.t ])
list ]