``` ruby t = RemoteTable.new "s3://foo.amazon.com/path/to/file.csv" t.rows << ['here', 'you', 'go'] t.save ``` Also may want to refactor into a plugin-based model so that roo/csv/s3 drivers aren't needed all the time