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