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