# File lib/aws/s3/object_collection.rb, line 84
      def create key, *args, &block
        self[key].write(*args, &block)
      end