class Aws::S3::FilePart

def remaining_bytes

def remaining_bytes
  @last_byte - @position
end