aws_terminate_storage: Terminate an AWS S3 bucket

Description Usage Arguments Value See Also Examples

View source: R/aws.R

Description

Terminating an S3 bucket means deleting it and all its contents. The S3 bucket to be deleted is taken from the aws_connection object ($s3_bucket) which itself is set in aws_launch_storage(). This is major, do that with great care!

Usage

1
aws_terminate_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.

See Also

connect_aws(), aws_launch_storage()

Examples

1
2
3
4
5
## Not run: 

aws_terminate_storage(aws_connection)

## End(Not run)

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