# File lib/plain_formatter.rb, line 109
        def format
          sprintf("%-s | %-s | %-d | %-s | %-s | %-s " ,
          @obj.id,
          @obj.bucket,
          @obj.content_length,
          @obj.content_type,
          @obj.last_modified,
          @obj.user_metadata
          )
        end