Upload a file from web on openstack (runeabove)
I have RuneAbove (https://community.runabove.com/kb/en/object-storage/upload-your-first-object-inside-swift.html (https://community.runabove.com/kb/en/...)) and I want to know if it's possible to upload some files from web on it, I have the command "swift upload container_name path_to_the_object.txt" to upload a local file, I tried "swift upload container_name http://blabla.com/file.txt%22 (http://blabla.com/file.txt"), but nothing (error: local file not found)...
It's another command or it's impossible ? Thank you