# File lib/fog/rackspace/examples/storage/upload_large_files.rb, line 15
def get_user_input(prompt)
  print "\n#{prompt}: "
  gets.chomp
end