Values.ReportDestinationSourceSpecifies where DataSync uploads your task report.
type nonrec t = {s3 : ReportDestinationS3.t option;Specifies the Amazon S3 bucket where DataSync uploads your task report.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of S3Subdirectory.t ]) list ])
list ]