# File lib/aws/s3/acl_options.rb, line 198
      def ucfirst str
        str[0,1].upcase + str[1..-1]
      end