Azure / azure-storage-java

Microsoft Azure Storage Library for Java
https://docs.microsoft.com/en-us/java/api/overview/azure/storage
MIT License
189 stars 163 forks source link

ReadMe : Update 'Code Sample' #502

Closed glqdlt closed 4 years ago

glqdlt commented 4 years ago

Hello.

I have used the sample code in my project to confirm the problem. So I modified

The upload (final InputStream sourceStream, ...) method of the CloudBlockBlob class file does not call the close () method of the sourceStream parameter.

I modified the sample code to call the close () method of the sourceStream parameter.

Thank you.