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