# File lib/fog/storage/models/aws/file.rb, line 56
        def destroy
          requires :directory, :key
          connection.delete_object(directory.key, key)
          true
        end