# File lib/uber-s3/object.rb, line 103
    def delete
      bucket.connection.delete(key).status == 204
    end