Randall McPherson
Randall McPherson
@hydrajump I've confirmed that setting the endpoint in the ini file does not work. This is because the endpoint also has a default value, which overrides the value from the...
@trompx Use the `--endpoint` flag, as documented on the man page here: http://randallmcpherson.com/gof3r.html For example: gof3r cp `s3:/// --endpoint=s3-eu-west-1.amazonaws.com`
Thanks @eldondevcg. Sorry, I haven't seen this. I just realized I haven't been getting notifications on the repository for at least the past week. Does #82 fix this for you?
All http requests made by gof3r have timeouts on data set in the client. If there is not a read or write in the timeout set on deadlineConn, the connection...