aws_launch_storage: Launch a new storage as AWS S3 bucket

Description Usage Arguments Value See Also Examples

View source: R/aws.R

Description

The bucket gets created in the current region without particular security settings. Its name is an automatically generated random character string.

Usage

1
aws_launch_storage(aws_connection)

Arguments

aws_connection

AWS connection object, as retrieved from connect_aws(). This also specifies the region.

Value

The updated AWS connection object with s3_bucket set (keep/store this to later terminate the bucket also).

See Also

connect_aws(), aws_terminate_storage()

Examples

1
2
3
4
5
6
## Not run: 

aws_connection <- connect_aws()
aws_launch_storage(aws_connection)

## End(Not run)

MarHai/ScrapeBotR documentation built on March 10, 2021, 10:10 a.m.