Deletes the S3 bucket. All objects (including all object versions and delete markers) in the bucket must be deleted before the bucket itself can be deleted.
See https://www.paws-r-sdk.com/docs/s3_delete_bucket/ for full documentation.
s3_delete_bucket(Bucket, ExpectedBucketOwner = NULL)
[required] Specifies the bucket being deleted.
The account ID of the expected bucket owner. If the bucket is owned by a
different account, the request fails with the HTTP status code
403 Forbidden
(access denied).