javaswift / joss

Java library for OpenStack Storage, aka Swift
http://javaswift.org
117 stars 108 forks source link

storedObject.uploadObject(File file) deos not close the file stream #159

Open makerlee opened 5 years ago

makerlee commented 5 years ago

Hello,

I need to store Object with storedObject.uploadObject(File file) method. But this method does not likely close the stream, this lead i cant't operate the 'file' object.

Sincerely, mrjyng