thephpleague / flysystem-replicate-adapter

Flysystem Adapter Decorator for Replicating Filesystems.
24 stars 11 forks source link

Ensure stream is rewound before passing to replica. #5

Closed twistor closed 9 years ago

twistor commented 9 years ago

This builds on the fix from #4. Adds tests, cleans things up.

twistor commented 9 years ago

I've removed some unnecessary changes. @frankdejonge, should I put the NonSeekableStream some place else, it seems fine to me?

twistor commented 9 years ago

I've also made NonSeekableStream as minimal as possible.

frankdejonge commented 9 years ago

@twistor good catch! Can you add this to the changelog?