Description Usage Arguments Value See Also Examples
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!
1 | aws_terminate_storage(aws_connection)
|
aws_connection |
AWS connection object, as retrieved from |
The updated AWS connection object.
connect_aws()
, aws_launch_storage()
1 2 3 4 5 | ## Not run:
aws_terminate_storage(aws_connection)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.