Upplication / Amazon-S3-FileSystem-NIO2

An S3 File System Provider for Java 7
MIT License
122 stars 67 forks source link

Files.readAllBytes(..) creates an empty file of same name if file does not exist #60

Closed ulmermark closed 8 years ago

ulmermark commented 8 years ago

Files.readAllBytes(..) creates an empty file of same name if file does not exist on S3

When passing a valid bucket but a file that does not exist within the bucket results in a temporary file being uploaded to S3.

Example:

Files.readAllBytes("bucketThatExists/folderThatExists/fileThatDoesNotExist)

jarnaiz commented 8 years ago

Im working on it. Thanks for the feedback!

jarnaiz commented 8 years ago

Fixed in the tag: 1.4.1

Cheers