Description Usage Arguments Value References
View source: R/delete-bucket.R
Deletes the bucket. All objects (including all object versions and Delete Markers) in the bucket must be deleted before the bucket itself can be deleted.
1 2 3 |
bucket |
name of the bucket |
aws_access_key_id |
AWS access key id |
aws_secret_access_key |
AWS secret access key |
aws_session_token |
AWS session token |
profile_name |
profile name |
the API call result structure (invisibly). The Location
element will
have the bucket name if the call was successful.
https://boto3.readthedocs.io/en/latest/reference/services/s3.html#S3.Client.create_bucket
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.