# File lib/s3/s3_interface.rb, line 824 def force_delete_bucket(bucket) clear_bucket(bucket) delete_bucket(bucket) rescue on_exception end