Can I change Swift IP address (localhost)?
Hello, I am working with Swift SAIO. Swift is installed on a machine, and, I need to upload and download files to/from Swift using another client machine.
Can I change localhost address in Swift and mention the server address ? I changed localhost address (127.0.0.1) by the server address in all the configuration files. Then, I executed the command curl -v to get the authentication token. It was successful. But, when I executed the swift stat command, I got this error :
Account head failed 503 Service Unavailable
Can anyone help ? thank you,