/s3/import specific version

Hi.

I have versioning activated on the bucket I’m importing from to transloadit. I’m want to import a specific version of a file, instead of the latest

Is this supported (didn’t find anything in the docs)?

I’m looking for an assembly instruction like:

{ 
    robot: '/s3/import',
    bucket: 'my-bucket',
    key: 'my-key',
    secret: 'super-secret',
    path: 'path/to/file.mp3',
    VersionId: 'version-string' 
}

Considering you didn’t find it in the documentation, I would assume that there is no current functionality for it.

It’s also not in any examples or anything, so I think it’s safe to say that at the moment, there is no support for versioning for this robot.

Sorry to disappoint.

- Andrew