Values.JobManifestLocationSourceContains the information required to locate a manifest object. Manifests can't be imported from directory buckets. For more information, see Directory buckets.
type nonrec t = {objectArn : S3KeyArnString.t;The Amazon Resource Name (ARN) for a manifest object. When you're using XML requests, you must replace special characters (such as carriage returns) in object keys with their equivalent XML entity codes. For more information, see XML-related object key constraints in the Amazon S3 User Guide.
*)objectVersionId : S3ObjectVersionId.t option;The optional version ID to identify a specific version of the manifest object.
*)eTag : NonEmptyMaxLength1024String.t;The ETag for the specified manifest object.
*)}val make :
?objectVersionId:??? ->
objectArn:S3KeyArnString.t ->
eTag:NonEmptyMaxLength1024String.t ->
unit ->
t