Hello Larry,
Cloudfork was developed on Pharo Smalltalk and ported to VW and VA Smalltalk. But not yet to Gemstone. We tried to isolate the platform specific code. Most of it is implemented as platform specific subclasses of CFPlatformServiceUtils.
CloudforkAWS requires an XML parser, a SHA1 or SHA256 implementation and a HTTP client. I don't know if it has been done before but I think it should be possible to create a platform class for Gemstone that offers access to these functions. I don't have experience with Gemstone. The GLASS mailing list is probably the best source to ask.
Jan.
Hello,
�I am in the process of moving my application over to GLASS. I had been developing using one-click Pharo with Cloudfork and all of my calls
to the Amazon services were working correctly.
�Now, I'm trying to do the same thing under Gemstone GLASS. I have loaded a bunch of the Cloudfork packages and
I am able to instantiate an S3 bucket in Amazon but I am running into authentication problems when I try to create something in the bucket, due to missing pieces of the
SHA1 class. Are there directions somewhere on how to set this up under GLASS? Has it been done before?
�Thanks for the help!
�Larry