# File lib/s3/right_s3.rb, line 936
      def initialize(s3, name)
        @s3, @name = s3, name.to_s
      end