class Aws::S3::FilePart

def rewind

def rewind
  if @file
    @file.seek(@first_byte)
    @position = @first_byte
  end
  0
end