abashev / vfs-s3

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

Append-output stream is not supported #57

Closed boris-petrov closed 5 years ago

boris-petrov commented 5 years ago
content.getOutputStream(true)

Calling this leads to an exception that an append-output stream is not supported. Is this a limitation of S3 or just not implemented in vfs-s3? This is more important for us than random-access contents.

boris-petrov commented 5 years ago

Actually S3 doesn't support append-output streams so this issue is not relevant.