Description Usage Arguments Value See Also Examples
The bucket gets created in the current region without particular security settings. Its name is an automatically generated random character string.
1 | aws_launch_storage(aws_connection)
|
aws_connection |
AWS connection object, as retrieved from |
The updated AWS connection object with s3_bucket set (keep/store this to later terminate the bucket also).
connect_aws()
, aws_terminate_storage()
1 2 3 4 5 6 | ## Not run:
aws_connection <- connect_aws()
aws_launch_storage(aws_connection)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.