abashev / vfs-s3

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

Is it necessary to generate temporary files? #74

Closed s-fs closed 1 year ago

s-fs commented 3 years ago

Temporary files were generated here: com.github.vfss3.S3TempFile#S3TempFile Will undoing this make uploading faster?

abashev commented 3 years ago

It is some kind of protection from OOM.