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:
parent
b761ea1b87
commit
e452e25c54
1 changed files with 1 additions and 0 deletions
|
@ -646,6 +646,7 @@ module Fog
|
|||
#we must also reset the signature
|
||||
def rewind
|
||||
self.signature = initial_signature
|
||||
self.finished = false
|
||||
body.rewind
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue