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