abashev / vfs-s3

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

Random-access content is not supported #56

Closed boris-petrov closed 5 years ago

boris-petrov commented 5 years ago
content.getRandomAccessContent(RandomAccessMode.READWRITE)

This throws an exception that random-access content is not supported. Is this a limitation of S3 or it's just not implemented in vfs-s3?

boris-petrov commented 5 years ago

Actually S3 doesn't support random-access contents so this issue is not relevant.