1
0
Fork 0
mirror of https://github.com/fog/fog-aws.git synced 2022-11-09 13:50:52 -05:00

Reset 'finished' when rewinding S3Streamer

This commit is contained in:
Jon-Erik Schneiderhan 2015-11-30 14:43:53 -05:00
parent b761ea1b87
commit e452e25c54

View file

@ -646,6 +646,7 @@ module Fog
#we must also reset the signature
def rewind
self.signature = initial_signature
self.finished = false
body.rewind
end