Would be great to be able to specify the `generation` of a file like so: ``` js myBucket.file('my-logs.txt', { generation: 'some older generation id' }); ``` Should be pretty straight forward to support this.