omics_put_s3_access_policy {paws.storage}R Documentation

Adds an access policy to the specified store

Description

Adds an access policy to the specified store.

See https://www.paws-r-sdk.com/docs/omics_put_s3_access_policy/ for full documentation.

Usage

omics_put_s3_access_policy(s3AccessPointArn, s3AccessPolicy)

Arguments

s3AccessPointArn

[required] The S3 access point ARN where you want to put the access policy.

s3AccessPolicy

[required] The resource policy that controls S3 access to the store.


[Package paws.storage version 0.9.0 Index]