Andre Ben Hamou
Results
2
issues of
Andre Ben Hamou
AWS::S3::Connection.create_connection has the following bit of logic... http.use_ssl = !options[:use_ssl].nil? || options[:port] == 443 :use_ssl => false thus turns SSL on - which is incorrect/unexpected behaviour
Hiya, Not sure if this is by design, but I'm assuming that if I'm in SBT and type... > one-jar > > one-jar ...the second invocation should do no work....