Creates an access point and associates it with the specified bucket.
s3control_create_access_point(AccountId, Name, Bucket, VpcConfiguration,
PublicAccessBlockConfiguration)
[required] The AWS account ID for the owner of the bucket for which you want to create an access point.
[required] The name you want to assign to this access point.
[required] The name of the bucket that you want to associate this access point with.
If you include this field, Amazon S3 restricts access to this access point to requests from the specified virtual private cloud (VPC).
svc$create_access_point( AccountId = "string", Name = "string", Bucket = "string", VpcConfiguration = list( VpcId = "string" ), PublicAccessBlockConfiguration = list( BlockPublicAcls = TRUE|FALSE, IgnorePublicAcls = TRUE|FALSE, BlockPublicPolicy = TRUE|FALSE, RestrictPublicBuckets = TRUE|FALSE ) )