I was looking to find ways to access Walrus (Eucalyptus) using AWS SDK for Java. I'm familiar with using the AWS SDK to connect to Amazon S3 programatically using my AWS credentials. However, when I Googled to check if Walrus is accessible using AWS SDK, I came to know that there are issues and the only way out is to use JetS3t instead.
Has anybody played with JetS3t and Walrus before ?
Is JetS3t a reliable solution ?
Can I mirror whatever I can do in the AWS SDK against S3, with JetS3t and Walrus ?
Thanks in advance.
I used the AWS SDK and it worked wonderfully for me. Here's a sample code I wrote for uploading a file on my local drive to Walrus. Hope you find it useful.