Values.CreateLocationS3RequestSourceCreateLocationS3Request
type nonrec t = {subdirectory : S3Subdirectory.t option;Specifies a prefix in the S3 bucket that DataSync reads from or writes to (depending on whether the bucket is a source or destination location). DataSync can't transfer objects with a prefix that begins with a slash (/) or includes //, /./, or /../ patterns. For example: /photos photos//2006/January photos/./2006/February photos/../2006/March
*)s3BucketArn : S3BucketArn.t;Specifies the ARN of the S3 bucket that you want to use as a location. (When creating your DataSync task later, you specify whether this location is a transfer source or destination.) If your S3 bucket is located on an Outposts resource, you must specify an Amazon S3 access point. For more information, see Managing data access with Amazon S3 access points in the Amazon S3 User Guide.
*)s3StorageClass : S3StorageClass.t option;Specifies the storage class that you want your objects to use when Amazon S3 is a transfer destination. For buckets in Amazon Web Services Regions, the storage class defaults to STANDARD. For buckets on Outposts, the storage class defaults to OUTPOSTS. For more information, see Storage class considerations with Amazon S3 transfers.
*)s3Config : S3Config.t;agentArns : AgentArnList.t option;(Amazon S3 on Outposts only) Specifies the Amazon Resource Name (ARN) of the DataSync agent on your Outpost. For more information, see Deploy your DataSync agent on Outposts.
*)}val make :
?subdirectory:??? ->
?s3StorageClass:??? ->
?agentArns:??? ->
?tags:??? ->
s3BucketArn:S3BucketArn.t ->
s3Config:S3Config.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `String of AgentArn.t
| `Structure of (string * [> `String of TagKey.t ]) list ]
list
| `String of S3Subdirectory.t
| `Structure of (string * [> `String of IamRoleArn.t ]) list ])
list ]