Does S3VirtualFiles support S3 file versions?

S3 allows versioning and subsequent downloading of specific version by passing in the version id in the native S3 client. I don’t see this option with S3VirtualFiles. Is there some way to specify which version of a file to download?

The S3VirtualProvider only purpose is to implement the Virtual File System API for S3 you need to use AWS’s S3 client for any other features specific to S3.