flownative / flow-aws-s3

Amazon S3 adaptor for Neos and Flow
MIT License
18 stars 33 forks source link

[BUGFIX] s3Client upload already closes stream resource #3

Closed htuscher closed 9 years ago

htuscher commented 9 years ago

When trying to publish a local resource the fclose results in an error as the s3Client closes the stream resource given and therefore there's no resource handle that could be closed.

robertlemke commented 9 years ago

Thanks!