I use Google App Engine and now want to allow user upload to my site. Because I don't really like idea to store binary files in blobstore, I decide to use Rackspace CloudFiles for this. But I stuck with that fact, that CloudFiles bindings using javax.net.ssl.HttpsURLConnection (new Scheme("https", SSLSocketFactory.getSocketFactory(), 443)) in FilesClient) that restricted with GAE.
Does anyone have a solution for solving this problem? Or maybe you used some other solutions, not GAE+Rackspace. Give me your advice, please.