abashev / vfs-s3

Amazon S3 driver for Apache commons-vfs (Virtual File System) project
Apache License 2.0
93 stars 50 forks source link

Allow multiple readers of a file #73

Closed boris-petrov closed 3 years ago

boris-petrov commented 3 years ago

According to VFS' documentation multiple readers are allowed on a file. This PR enables that on S3 files.

cc @abashev

boris-petrov commented 3 years ago

@abashev - mind taking a look at this PR and potentially merging it and releasing a new version? Thanks!